Documentation

    Interface SuiMoveNormalizedModule

    interface SuiMoveNormalizedModule {
        address: string;
        enums?: { [key: string]: SuiMoveNormalizedEnum };
        exposedFunctions: { [key: string]: SuiMoveNormalizedFunction };
        fileFormatVersion: number;
        friends: SuiMoveModuleId[];
        name: string;
        structs: { [key: string]: SuiMoveNormalizedStruct };
    }
    Index

    Properties

    address: string
    enums?: { [key: string]: SuiMoveNormalizedEnum }
    exposedFunctions: { [key: string]: SuiMoveNormalizedFunction }
    fileFormatVersion: number
    friends: SuiMoveModuleId[]
    name: string
    structs: { [key: string]: SuiMoveNormalizedStruct }
    MMNEPVFCICPMFPCPTTAAATR