Interface: AuctionBidArgs
Approval id — caller picks.
Defined in: packages/bitbadgesjs-sdk/src/core/auctions.ts:181
Properties
approvalId
approvalId:
string
Defined in: packages/bitbadgesjs-sdk/src/core/auctions.ts:195
Approval id — caller picks.
bidderAddress
bidderAddress:
string
Defined in: packages/bitbadgesjs-sdk/src/core/auctions.ts:183
Bidder address (will be the to on the approval).
paymentAmount
paymentAmount:
bigint
Defined in: packages/bitbadgesjs-sdk/src/core/auctions.ts:191
Amount of payment in base units.
paymentDenom
paymentDenom:
string
Defined in: packages/bitbadgesjs-sdk/src/core/auctions.ts:189
Denom of payment (e.g. 'uusdc', 'ubadge').
tokenAmount
tokenAmount:
bigint
Defined in: packages/bitbadgesjs-sdk/src/core/auctions.ts:187
Number of tokens (almost always 1 for auctions).
tokenId
tokenId:
bigint
Defined in: packages/bitbadgesjs-sdk/src/core/auctions.ts:185
Token id the bidder wants to receive. Most auctions use 1.
transferTimes
transferTimes:
UintRangeArray<bigint>
Defined in: packages/bitbadgesjs-sdk/src/core/auctions.ts:193
Validity window for the bid — typically [1, acceptDeadline].