UNPKG

@ledgerhq/coin-mina

Version:
7 lines 290 B
import { getFees } from "../api"; const getEstimatedFees = async (transaction, address) => { const { fee, accountCreationFee } = await getFees(transaction, address); return { fee, accountCreationFee }; }; export default getEstimatedFees; //# sourceMappingURL=getEstimatedFees.js.map