@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
11 lines • 384 B
TypeScript
import type { Context } from '../../vms/context/model';
import type { UnsignedTx } from '../../vms/common';
export declare const validateStaticBurnedAmount: ({ unsignedTx, context, burnedAmount, }: {
unsignedTx: UnsignedTx;
context: Context;
burnedAmount: bigint;
}) => {
isValid: boolean;
txFee: bigint;
};
//# sourceMappingURL=validateStaticBurnedAmount.d.ts.map