GetNftEditionsRpcInput: {
    after: undefined | Nullable<string>;
    before: undefined | Nullable<string>;
    cursor: undefined | Nullable<string>;
    limit: undefined | Nullable<number>;
    mintAddress: PublicKey<string>;
    page: undefined | Nullable<number>;
    sortBy: undefined | Nullable<DasApiParamAssetSortBy>;
}

Input parameters for getNftEditions RPC call

Type declaration

Generated using TypeDoc