BidReceipt
SIP Protocol API Reference v0.7.2
SIP Protocol API Reference / BidReceipt
Interface: BidReceipt
Section titled “Interface: BidReceipt”Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:7742
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-CzWPI6Le.d.ts:7728
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-CzWPI6Le.d.ts:7733
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-CzWPI6Le.d.ts:7737
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-CzWPI6Le.d.ts:7746
The bid amount (secret, don’t reveal until reveal phase)
salt:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:7750
The salt/blinding factor (secret, needed to open commitment)