@somnia-chain/markets-sdk / index / OperatorAdminConfig
Interface: OperatorAdminConfig
Defined in: operatorAdmin.ts:25
Properties
walletClient?
optionalwalletClient?:object
Defined in: operatorAdmin.ts:27
A pre-built signer (e.g. a browser/wagmi wallet over an injected provider).
account?
optionalaccount?:`0x${string}`|Account
Defined in: operatorAdmin.ts:29
A local signing account (e.g. from viem's privateKeyToAccount).
privateKey?
optionalprivateKey?:`0x${string}`
Defined in: operatorAdmin.ts:31
Private key — the SDK derives the account.
publicClient?
optionalpublicClient?:object
Defined in: operatorAdmin.ts:33
Read client for receipts. Defaults to the client's WebSocket client.
marketsCore?
optionalmarketsCore?:`0x${string}`
Defined in: operatorAdmin.ts:35
MarketsCore address override. Defaults to config.addresses.marketsCore.
gas?
optionalgas?:bigint
Defined in: operatorAdmin.ts:37
Default gas ceiling per tx.