@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
10 lines • 500 B
TypeScript
import { TransferableInput } from '../serializable/avax';
import type { Utxo } from '../serializable/avax/utxo';
type GetImportedInputsFromUtxosOutput = {
importedInputs: TransferableInput[];
inputUTXOs: Utxo[];
importedAmounts: Record<string, bigint>;
};
export declare const getImportedInputsFromUtxos: (utxos: readonly Utxo[], fromAddressesBytes: readonly Uint8Array[], minIssuanceTime: bigint) => GetImportedInputsFromUtxosOutput;
export {};
//# sourceMappingURL=builderUtils.d.ts.map