sdk-tools
0.20.4
common
sdk-tools
/
money.terra.sdk.tools.transaction
/
FeeEstimator
Fee
Estimator
common
abstract
class
FeeEstimator
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Fee
Estimator
Link copied to clipboard
common
fun
FeeEstimator
(
gasPrices
:
Map
<
String
,
Decimal
>
)
Content copied to clipboard
Fee
Estimator
Link copied to clipboard
common
fun
FeeEstimator
(
gasPricesProvider
:
GasPricesProvider
)
Content copied to clipboard
Functions
estimate
Link copied to clipboard
common
suspend
fun
estimate
(
gasAmount
:
Long
,
feeDenomination
:
String
=
defaultFeeDenomination
)
:
Fee
Content copied to clipboard
suspend
fun
estimate
(
messages
:
List
<
Message
>
,
senderAddress
:
String
,
senderAccountNumber
:
Long
,
senderSequence
:
Long
,
feeDenomination
:
String
=
defaultFeeDenomination
,
gasAdjustment
:
Float
=
defaultGasAdjustment
)
:
Fee
Content copied to clipboard
Properties
defaultFeeDenomination
Link copied to clipboard
common
var
defaultFeeDenomination
:
String
Content copied to clipboard
defaultGasAdjustment
Link copied to clipboard
common
var
defaultGasAdjustment
:
Float
=
1.4f
Content copied to clipboard
gasPricesProvider
Link copied to clipboard
common
val
gasPricesProvider
:
GasPricesProvider
Content copied to clipboard