@midnight-ntwrk/wallet-sdk-runtime
v1.0.2
Published
Runtime for the wallet variants
Readme
@midnight-ntwrk/wallet-sdk-runtime
Runtime infrastructure for Midnight wallet variants.
Installation
npm install @midnight-ntwrk/wallet-sdk-runtimeOverview
This package provides the shared runtime functionality used across different wallet implementations in the Midnight Wallet SDK. It includes:
- Wallet builder patterns for constructing wallet instances
- Runtime abstractions for wallet lifecycle management
- Common runtime utilities shared by wallet variants
Exports
Default Export
WalletBuilder- Builder pattern for constructing wallet instancesRuntime- Runtime utilities namespace
Abstractions Submodule (/abstractions)
Runtime abstractions for extending wallet functionality:
import { ... } from '@midnight-ntwrk/wallet-sdk-runtime/abstractions';License
Apache-2.0
