GetAllValidAuctionParams
type GetAllValidAuctionParams = { 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 GetAllValidAuctionParams = { count?: bigint; start?: number };The number of listings to retrieve.
type count = bigint;The start index of the listings to retrieve.
type start = number;