@somnia-chain/markets-sdk / index / WithdrawMyCreditParams
Interface: WithdrawMyCreditParams
Defined in: oracleHub.ts:318
Properties
amountWei
amountWei:
bigint
Defined in: oracleHub.ts:322
Wei to withdraw from the CALLER's own accrued A1 payer credit (must be ≤
payerCreditOf(caller), else the hub reverts). msg.sender-gated — the
connected signer draws only its own credit.
to
to:
`0x${string}`
Defined in: oracleHub.ts:324
Recipient of the native transfer.
gas?
optionalgas?:bigint
Defined in: oracleHub.ts:325