Skip to content

@armada/sdk / index / ArmadaSdk

Interface: ArmadaSdk

Defined in: src/index.ts:82

Per-instance SDK handle — no singletons, no module-level mutable state (kills the snarkjsInitialized bug class). sync, tx, ops, and preflight are surfaced as their modules land in Phase 2+.

Properties

wallet

readonly wallet: WalletFactory

Defined in: src/index.ts:83

Methods

close()

close(): Promise<void>

Defined in: src/index.ts:84

Returns

Promise<void>