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?
optionalmaxTransactionCost?:bigint
Defined in: types.ts:19
Maximum allowed cost for a single operation.
onLowBudget?
optionalonLowBudget?: () =>Promise<void>
Defined in: types.ts:23
Optional callback executed when balance drops below threshold.
Returns
Promise<void>