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

View Source

A message that represents a Move 0x2::table::Table or 0x2::bag::Bag

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.MoveTable{
  __unknown_fields__: [Protobuf.unknown_field()],
  id: String.t() | nil,
  size: non_neg_integer() | nil
}

Functions

descriptor()