UNPKG

@massalabs/wallet-provider

Version:
6 lines 228 B
import { getNetwork } from './getNetwork'; export const getMinimalFees = async (provider) => { const { minimalFees } = await getNetwork(provider); return BigInt(minimalFees); }; //# sourceMappingURL=getMinimalFees.js.map