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