@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
MoveScriptBytecode
Type Alias MoveScriptBytecode
The bytecode for a Move script.
type
MoveScriptBytecode
=
{
abi
?:
MoveFunction
;
bytecode
:
string
;
}
Index
Properties
abi?
bytecode
Properties
Optional
abi
abi
?:
MoveFunction
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...
The bytecode for a Move script.