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

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

      the module name

    • package: string

      the Move package ID