Type Alias MoveScriptBytecode

MoveScriptBytecode: {
    abi?: MoveFunction;
    bytecode: string;
}

The bytecode for a Move script.