@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
WriteSetChangeDeleteModule
Type Alias WriteSetChangeDeleteModule
The structure for a module deletion change in a write set.
type
WriteSetChangeDeleteModule
=
{
address
:
string
;
module
:
MoveModuleId
;
state_key_hash
:
string
;
type
:
string
;
}
Index
Properties
address
module
state_
key_
hash
type
Properties
address
address
:
string
module
module
:
MoveModuleId
state_
key_
hash
state_key_hash
:
string
State key hash
type
type
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
module
state_
key_
hash
type
@aptos-labs/ts-sdk - v5.1.4
Loading...
The structure for a module deletion change in a write set.