@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias MoveModule

    A Move module

    type MoveModule = {
        address: string;
        exposed_functions: MoveFunction[];
        friends: MoveModuleId[];
        name: string;
        structs: MoveStruct[];
    }
    Index

    Properties

    address: string
    exposed_functions: MoveFunction[]

    Public functions of the module

    friends: MoveModuleId[]

    Friends of the module

    name: string
    structs: MoveStruct[]

    Structs of the module