@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / reactivity / CreateReactivityOptions

Interface: CreateReactivityOptions

Defined in: packages/sdk/src/reactivity/index.ts:138

Optional extras for createReactivity.

Properties

wallet?

optional wallet?: object

Defined in: packages/sdk/src/reactivity/index.ts:144

Wallet client that signs the subscription writes; its account becomes the subscription OWNER and funds every callback. Omit for read-only / watch-only use.