@aptos-labs/ts-sdk - v3.1.1
Preparing search index...
TableItemRequest
Type Alias TableItemRequest
The request payload for the GetTableItem API.
type
TableItemRequest
=
{
key
:
any
;
key_type
:
MoveValue
;
value_type
:
MoveValue
;
}
Index
Properties
key
key_
type
value_
type
Properties
key
key
:
any
The value of the table item's key
key_
type
key_type
:
MoveValue
value_
type
value_type
:
MoveValue
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
key_
type
value_
type
@aptos-labs/ts-sdk - v3.1.1
Loading...
The request payload for the GetTableItem API.