@sentio/sdk
    Preparing search index...

    Interface InternalMoveModule

    interface InternalMoveModule {
        address: string;
        enums: InternalMoveEnum[];
        exposedFunctions: InternalMoveFunction[];
        name: string;
        structs: InternalMoveStruct[];
    }
    Index

    Properties

    address: string
    exposedFunctions: InternalMoveFunction[]
    name: string