UNPKG

@fairmint/canton-node-sdk

Version:
7 lines 442 B
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