@lelantos-org/sdk / index / CoinSelector
Interface: CoinSelector โ
Defined in: @lelantos-org/sdk/dist/wallet/selection.d.ts:116
Pluggable selection strategy passed via WalletConfig.selector.
Methods โ
select() โ
ts
select(
all,
asset,
target,
opts?
): SelectionResult;Defined in: @lelantos-org/sdk/dist/wallet/selection.d.ts:117
Parameters โ
| Parameter | Type |
|---|---|
all | readonly StoredNote[] |
asset | AssetId |
target | CircuitAmount |
opts? | SelectOpts |