UNPKG

@nervosnetwork/ckb-sdk-utils

Version:

Utils module of @nervosnetwork/ckb-sdk-core

3 lines (2 loc) 158 B
export declare const calculateTransactionFee: (transactionSize: string | bigint, feeRate: string | bigint) => string; export default calculateTransactionFee;