@quantabit/gas-estimator-sdk
v1.0.0
Published
QuantaBit Gas Estimator SDK - Fee / rent estimation before broadcasting QBit transactions
Maintainers
Readme
@quantabit/gas-estimator-sdk
Estimate fees and rent before broadcasting QBit transactions.
import { estimateFee, estimateLocalFee, formatLamports } from '@quantabit/gas-estimator-sdk';
const local = estimateLocalFee({ signatures: 1, includeRent: false });
const remote = await estimateFee({ type: 'memo', signatures: 1 });MIT
