Skip to main content

Interface: WalletConfiguration

Defined in: types.ts:17

Configures wallet limits and low-budget notification behavior.

Properties

lowBudgetThreshold

lowBudgetThreshold: bigint

Defined in: types.ts:21

Threshold below which low-budget handling should run.


maxTransactionCost?

optional maxTransactionCost?: bigint

Defined in: types.ts:19

Maximum allowed cost for a single operation.


onLowBudget?

optional onLowBudget?: () => Promise<void>

Defined in: types.ts:23

Optional callback executed when balance drops below threshold.

Returns

Promise<void>