Type Alias MoveModuleBytecode

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

A Move module containing an address.