SuiObjectDataFilter: {
    MatchAll: SuiObjectDataFilter[];
} | {
    MatchAny: SuiObjectDataFilter[];
} | {
    MatchNone: SuiObjectDataFilter[];
} | {
    Package: string;
} | {
    MoveModule: {
        module: string;
        package: string;
    };
} | {
    StructType: string;
} | {
    AddressOwner: string;
} | {
    ObjectOwner: string;
} | {
    ObjectId: string;
} | {
    ObjectIds: string[];
} | {
    Version: string;
}

Type declaration

Type declaration

Type declaration

Type declaration

  • Package: string

Type declaration

  • MoveModule: {
        module: string;
        package: string;
    }
    • module: string

      the module name

    • package: string

      the Move package ID

Type declaration

  • StructType: string

Type declaration

  • AddressOwner: string

Type declaration

  • ObjectOwner: string

Type declaration

  • ObjectId: string

Type declaration

  • ObjectIds: string[]

Type declaration

  • Version: string