GetAllValidListingParams
type GetAllValidListingParams = { count?: bigint; start?: number };
The number of listings to retrieve.
type count = bigint;
The start index of the listings to retrieve.
type start = number;
type GetAllValidListingParams = { count?: bigint; start?: number };
The number of listings to retrieve.
type count = bigint;
The start index of the listings to retrieve.
type start = number;