Type alias MoveModuleBytecode

MoveModuleBytecode: {
    abi?: MoveModule;
    bytecode: string;
}

Type declaration

Generated using TypeDoc