GetAssetsByGroupRpcInput: {
    after: undefined | Nullable<string>;
    before: undefined | Nullable<string>;
    cursor: undefined | Nullable<string>;
    displayOptions?: undefined | DisplayOptions;
    groupKey: "collection";
    groupValue: string;
    limit: undefined | Nullable<number>;
    page: undefined | Nullable<number>;
    sortBy: undefined | Nullable<DasApiParamAssetSortBy>;
}

Type declaration

  • after: undefined | Nullable<string>
  • before: undefined | Nullable<string>
  • cursor: undefined | Nullable<string>
  • Optional displayOptions?: undefined | DisplayOptions

    Display options for the query

  • groupKey: "collection"

    The key of the group (e.g., "collection").

  • groupValue: string

    The value of the group

  • limit: undefined | Nullable<number>
  • page: undefined | Nullable<number>
  • sortBy: undefined | Nullable<DasApiParamAssetSortBy>

Generated using TypeDoc