Wraps a JavaScript CoinSelector to make it usable by the WASM module.
The JavaScript coin selector implementation to wrap.
ReadonlycoinReadonlycoinReadonlyobjectPerforms the coin selection algorithm.
The input parameters for the selection.
A promise that resolves to the result of the selection.
An adapter class that makes a JavaScript CoinSelector implementation callable from the WASM C-layer. It creates and manages the lifecycle of a native proxy object.