@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
7 lines • 526 B
TypeScript
import { TransferOutput } from '../../../../serializable';
import type { Utxo } from '../../../../serializable/avax/utxo';
import type { StakeableLockOut } from '../../../../serializable/pvm';
import type { SpendReducerFunction, SpendReducerState } from './types';
export declare const getUsableUTXOsFilter: (state: SpendReducerState) => (utxo: Utxo) => utxo is Utxo<TransferOutput | StakeableLockOut<TransferOutput>>;
export declare const useUnlockedUTXOs: SpendReducerFunction;
//# sourceMappingURL=useUnlockedUTXOs.d.ts.map