{s}omniamarkets

@somnia-chain/markets-sdk


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

Interface: MintSetParams

Defined in: trade.ts:348

Properties

pool

pool: `0x${string}`

Defined in: trade.ts:350

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


amount

amount: bigint

Defined in: trade.ts:352

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


collateral?

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

Defined in: trade.ts:354

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


autoApprove?

optional autoApprove?: boolean

Defined in: trade.ts:356

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


gas?

optional gas?: bigint

Defined in: trade.ts:357