CreateBidParams
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / CreateBidParams
Interface: CreateBidParams
Section titled “Interface: CreateBidParams”Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:7717
Parameters for creating a sealed bid
Properties
Section titled “Properties”auctionId
Section titled “auctionId”auctionId:
string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:7721
Unique identifier for the auction
amount
Section titled “amount”amount:
bigint
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:7726
Bid amount in smallest units (e.g., wei for ETH) Must be positive
optionalsalt:Uint8Array<ArrayBufferLike>
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:7732
Optional custom salt for commitment If not provided, secure random bytes are generated Must be 32 bytes if provided