MoveTable

interface MoveTable

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

Properties

Link copied to clipboard
abstract val id: String?

The UID of the table or bag

Link copied to clipboard

Returns the field-presence view for this MoveTable instance.

Link copied to clipboard
abstract val size: <Error class: unknown class>?

The size or number of key-value pairs in the table or bag

Functions

Link copied to clipboard
Link copied to clipboard
fun MoveTable.copy(body: <Error class: unknown class>.() -> Unit = {}): MoveTable

Copies the original message, including unknown fields.