GetAssetsByCreatorRpcInput: {
    after: undefined | Nullable<string>;
    before: undefined | Nullable<string>;
    creator: PublicKey<string>;
    cursor: undefined | Nullable<string>;
    displayOptions?: undefined | DisplayOptions;
    limit: undefined | Nullable<number>;
    onlyVerified: boolean;
    page: undefined | Nullable<number>;
    sortBy: undefined | Nullable<DasApiParamAssetSortBy>;
}

Type declaration

  • after: undefined | Nullable<string>
  • before: undefined | Nullable<string>
  • creator: PublicKey<string>

    The address of the creator of the assets.

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

    Display options for the query

  • limit: undefined | Nullable<number>
  • onlyVerified: boolean

    Indicates whether to retrieve only verified assets or not.

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

Generated using TypeDoc