Offer Commands
Commands
chia_getAllOffers
Gets a list of offers, based on certain search criteria.
Parameter | Type | Description |
---|---|---|
start? (optional) | number | Start index. |
end? (optional) | number | End index. |
sortKey? (optional) | string | Sort key. |
reverse? (optional) | boolean | Whether to reverse order. |
includeMyOffers? (optional) | boolean | Whether to include own offers. |
includeTakenOffers? (optional) | number | Whether to include taken offers. |
Output Data
The output is an array of type TradeRecord[]
.