@somnia-chain/markets-sdk / index / ApproveBuilderParams
Interface: ApproveBuilderParams
Defined in: trade.ts:193
Opt a routing/builder frontend in to charge up to maxFeeBpsTimes1k (pool
bps×1000 unit) per order the trader submits with that builder code. Set 0 to revoke.
Properties
pool
pool:
`0x${string}`
Defined in: trade.ts:195
BinaryPool address.
builder
builder:
`0x${string}`
Defined in: trade.ts:197
Builder/routing frontend address.
maxFeeBpsTimes1k
maxFeeBpsTimes1k:
bigint
Defined in: trade.ts:199
Max per-order builder fee to allow (pool bps×1000). 0 revokes.
gas?
optionalgas?:bigint
Defined in: trade.ts:201
Gas ceiling for this tx.
Default Value
TraderConfig.gas (10,000,000)