Skip to Content

@cfxdevkit/wallet


@cfxdevkit/wallet / BatcherOptions

Type Alias: BatcherOptions

BatcherOptions = any

@cfxdevkit/wallet

Focused re-export of @cfxdevkit/core’s wallet abstractions.

Use this package when you only need wallet features (session keys, transaction batching, embedded custody) without pulling in the full blockchain client layer.

Example

import { TransactionBatcher, SessionKeyManager } from '@cfxdevkit/wallet'; // Or import from a sub-path for tighter tree-shaking: import { TransactionBatcher } from '@cfxdevkit/wallet/batching'; import { SessionKeyManager } from '@cfxdevkit/wallet/session-keys'; import { EmbeddedWalletManager } from '@cfxdevkit/wallet/embedded';