@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
WriteSetChangeWriteTableItem
Type Alias WriteSetChangeWriteTableItem
The structure for a write operation on a table in a write set change.
type
WriteSetChangeWriteTableItem
=
{
data
?:
DecodedTableData
;
handle
:
string
;
key
:
string
;
state_key_hash
:
string
;
type
:
string
;
value
:
string
;
}
Index
Properties
data?
handle
key
state_
key_
hash
type
value
Properties
Optional
data
data
?:
DecodedTableData
handle
handle
:
string
key
key
:
string
state_
key_
hash
state_key_hash
:
string
type
type
:
string
value
value
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
handle
key
state_
key_
hash
type
value
@aptos-labs/ts-sdk - v5.1.4
Loading...
The structure for a write operation on a table in a write set change.