Interface InternalMoveModule

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

Properties

address: string
exposedFunctions: InternalMoveFunction[]
name: string