Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type FeeCalculator ¶
type FeeCalculator struct {
// contains filtered or unexported fields
}
func NewFeeCalculator ¶
func NewFeeCalculator(rateProvider provider.ExchangeRateProvider, configuration config.Hedera) *FeeCalculator
func (*FeeCalculator) GetEstimatedTxFee ¶
func (fc *FeeCalculator) GetEstimatedTxFee(gasPriceGwei string) (string, error)
func (FeeCalculator) ValidateExecutionFee ¶
Click to show internal directories.
Click to hide internal directories.