UNPKG

@flarenetwork/flarejs

Version:
10 lines 482 B
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: Utxo[], fromAddressesBytes: Uint8Array[], minIssuanceTime: bigint) => GetImportedInputsFromUtxosOutput; export {}; //# sourceMappingURL=builderUtils.d.ts.map