@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
MoveModuleBytecode
Type Alias MoveModuleBytecode
A Move module containing an address.
type
MoveModuleBytecode
=
{
abi
?:
MoveModule
;
bytecode
:
string
;
}
Index
Properties
abi?
bytecode
Properties
Optional
abi
abi
?:
MoveModule
bytecode
bytecode
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abi
bytecode
@aptos-labs/ts-sdk - v5.1.4
Loading...
A Move module containing an address.