PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs/dist/utils

Просмотр файла: getBurnedAmountByTx.d.ts

import type { AvaxTx } from '../serializable/avax';
import type { EVMTx } from '../serializable/evm/abstractTx';
export declare const getInputAmounts: (tx: AvaxTx | EVMTx) => Map<string, bigint>;
export declare const getOutputAmounts: (tx: AvaxTx | EVMTx) => Map<string, bigint>;
export declare const getBurnedAmountByTx: (tx: AvaxTx | EVMTx) => Map<string, bigint>;
//# sourceMappingURL=getBurnedAmountByTx.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!