UNPKG

@avalabs/avalanchejs

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