@fairmint/canton-node-sdk
Version:
Canton Node SDK
7 lines • 442 B
TypeScript
import { type LockedAmulet, type LockedAmuletSelectionOptions } from './types';
/**
* Select a locked amulet that can fund the required amount. By default the smallest qualifying amulet is returned to
* avoid overspending.
*/
export declare function selectLockedAmuletForAmount(amulets: LockedAmulet[], amountNeeded: number, options?: LockedAmuletSelectionOptions): LockedAmulet | null;
//# sourceMappingURL=select-funding-amulets.d.ts.map