@lelantos-org/sdk / index / ConsolidateFirst
Interface: ConsolidateFirst โ
Defined in: @lelantos-org/sdk/dist/wallet/selection.d.ts:64
Properties โ
consolidate โ
ts
consolidate: StoredNote[];Defined in: @lelantos-org/sdk/dist/wallet/selection.d.ts:70
The smallest spendable notes, up to the circuit's input arity โ the caller self-spends them into one, then retries after a sync.
consolidateSum โ
ts
consolidateSum: CircuitAmount;Defined in: @lelantos-org/sdk/dist/wallet/selection.d.ts:71
plan โ
ts
plan: "consolidate-first";Defined in: @lelantos-org/sdk/dist/wallet/selection.d.ts:65
targetWithFee โ
ts
targetWithFee: CircuitAmount;Defined in: @lelantos-org/sdk/dist/wallet/selection.d.ts:73
target + fee.