sdk-tools
0.20.4
common
sdk-tools
/
money.terra.sdk.tools.transaction
/
FeeEstimator
/
estimate
estimate
common
suspend
fun
estimate
(
messages
:
List
<
Message
>
,
senderAddress
:
String
,
senderAccountNumber
:
Long
,
senderSequence
:
Long
,
feeDenomination
:
String
=
defaultFeeDenomination
,
gasAdjustment
:
Float
=
defaultGasAdjustment
)
:
Fee
Content copied to clipboard
suspend
fun
estimate
(
gasAmount
:
Long
,
feeDenomination
:
String
=
defaultFeeDenomination
)
:
Fee
Content copied to clipboard