UNPKG

@flarenetwork/flarejs

Version:
6 lines 416 B
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