BidReceipt
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / BidReceipt
Interface: BidReceipt
Section titled “Interface: BidReceipt”Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:7679
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-BYZbDjal.d.ts:7665
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-BYZbDjal.d.ts:7670
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-BYZbDjal.d.ts:7674
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-BYZbDjal.d.ts:7683
The bid amount (secret, don’t reveal until reveal phase)
salt:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:7687
The salt/blinding factor (secret, needed to open commitment)