SealedBid
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / SealedBid
Interface: SealedBid
Section titled “Interface: SealedBid”Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:7661
A sealed bid with cryptographic commitment
Extended by
Section titled “Extended by”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
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)
timestamp
Section titled “timestamp”timestamp:
number
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:7674
Unix timestamp when bid was created (milliseconds)