@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias MoveModuleBytecode

    A Move module containing an address.

    type MoveModuleBytecode = {
        abi?: MoveModule;
        bytecode: string;
    }
    Index

    Properties

    Properties

    bytecode: string