BidReceipt
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / BidReceipt
Interface: BidReceipt
Section titled “Interface: BidReceipt”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:11277
Complete bid data including secrets (for bidder’s records)
Extends
Section titled “Extends”Properties
Section titled “Properties”auctionId
Section titled “auctionId”auctionId:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:11263
Unique identifier for the auction
Inherited from
Section titled “Inherited from”commitment
Section titled “commitment”commitment:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:11268
Pedersen commitment to the bid amount Format: C = amountG + saltH (compressed, 33 bytes)
Inherited from
Section titled “Inherited from”timestamp
Section titled “timestamp”timestamp:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:11272
Unix timestamp when bid was created (milliseconds)
Inherited from
Section titled “Inherited from”amount
Section titled “amount”amount:
bigint
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:11281
The bid amount (secret, don’t reveal until reveal phase)
salt:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:11285
The salt/blinding factor (secret, needed to open commitment)