Sui.Rpc.V2beta.Object (ex_sui v0.1.0)

View Source

An object on the Sui blockchain.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.Object{
  __unknown_fields__: [Protobuf.unknown_field()],
  bcs: Sui.Rpc.V2beta.Bcs.t() | nil,
  contents: Sui.Rpc.V2beta.Bcs.t() | nil,
  digest: String.t() | nil,
  has_public_transfer: boolean() | nil,
  json: Google.Protobuf.Value.t() | nil,
  linkage_table: [Sui.Rpc.V2beta.UpgradeInfo.t()],
  modules: [Sui.Rpc.V2beta.MoveModule.t()],
  object_id: String.t() | nil,
  object_type: String.t() | nil,
  owner: Sui.Rpc.V2beta.Owner.t() | nil,
  previous_transaction: String.t() | nil,
  storage_rebate: non_neg_integer() | nil,
  type_origin_table: [Sui.Rpc.V2beta.TypeOrigin.t()],
  version: non_neg_integer() | nil
}

Functions

descriptor()