{s}omniamarkets

@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / MintSetParams

Interface: MintSetParams

Defined in: trade.ts:484

Inputs to Trader.mintSet — deposit collateral, receive equal YES + NO.

Properties

pool

pool: `0x${string}`

Defined in: trade.ts:486

BinaryPool address — pool pulls collateral and mints YES+NO.


amount

amount: bigint

Defined in: trade.ts:488

Collateral amount → mints amount YES + amount NO to the signer.


collateral?

optional collateral?: `0x${string}`

Defined in: trade.ts:490

Collateral token; resolved from the live store (by pool) if omitted.


autoApprove?

optional autoApprove?: boolean

Defined in: trade.ts:492

Approve collateral → pool if allowance is short (default true).


gas?

optional gas?: bigint

Defined in: trade.ts:494

Gas ceiling for this tx.

Default Value

TraderConfig.gas (10,000,000)