UNPKG

@bnb-chain/greenfield-js-sdk

Version:
4 lines (3 loc) 248 B
import { SimulateResponse } from '@bnb-chain/greenfield-cosmos-types/cosmos/tx/v1beta1/service'; import { ISimulateGasFee } from '..'; export declare const getGasFeeBySimulate: (simulateTxInfo: SimulateResponse, denom?: string) => ISimulateGasFee;