Skip to content

CreateBidParams

SIP Protocol API Reference v0.7.2


SIP Protocol API Reference / CreateBidParams

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:7780

Parameters for creating a sealed bid

auctionId: string

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:7784

Unique identifier for the auction


amount: bigint

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:7789

Bid amount in smallest units (e.g., wei for ETH) Must be positive


optional salt: Uint8Array<ArrayBufferLike>

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:7795

Optional custom salt for commitment If not provided, secure random bytes are generated Must be 32 bytes if provided