@somnia-chain/markets-sdk / index / RedeemForParams
Interface: RedeemForParams
Defined in: trade.ts:656
Relayer path: submit a position owner's pre-signed RedeemAuthorization
so THEY pay the gas while the OWNER receives the payout. The caller (relayer)
need not be the owner; the module recovers the signature to owner and pays
owner directly.
Properties
authorization
authorization:
RedeemAuthorization
Defined in: trade.ts:658
The owner's signed authorization (from Trader.signRedeemAuth).
module?
optionalmodule?:`0x${string}`
Defined in: trade.ts:664
BinaryMarketsModule address; resolved from config.addresses.binaryModule
when omitted. Must match the verifyingContract the authorization was
signed against.
gas?
optionalgas?:bigint
Defined in: trade.ts:666
Gas ceiling for this tx.
Default Value
TraderConfig.gas (10,000,000)