UNPKG

@avalabs/avalanchejs

Version:
7 lines 481 B
import type { AvaxTx } from '../serializable/avax'; import type { EVMTx } from '../serializable/evm/abstractTx'; import type { Context } from '../vms/context'; 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, context: Context) => Map<string, bigint>; //# sourceMappingURL=getBurnedAmountByTx.d.ts.map