UNPKG

@avalabs/avalanchejs

Version:
7 lines 344 B
import type { UnsignedTx } from '../vms/common/unsignedTx'; export declare const CTxBytesGas = 1n; export declare const CCostPerSignature = 1000n; export declare const CFixedFee = 10000; export declare function costCorethTx(tx: UnsignedTx): bigint; export declare function calcBytesCost(len: number): bigint; //# sourceMappingURL=costs.d.ts.map