PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs/dist/utils
Просмотр файла: builderUtils.d.ts
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Выполнить команду
Для локальной разработки. Не используйте в интернете!