sdk-tools
0.20.4
common
sdk-tools
/
money.terra.sdk.tools.transaction
/
EstimateFeeException
Estimate
Fee
Exception
common
class
EstimateFeeException
(
messages
:
List
<
Message
>
,
requesterAddress
:
String
,
requesterAccountNumber
:
Long
,
requesterSequence
:
Long
,
gasPrices
:
List
<
CoinDecimal
>
,
gasAdjustment
:
Float
,
reason
:
String
,
cause
:
Throwable
?
)
:
Exception
Content copied to clipboard
Properties
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
gasAdjustment
Link copied to clipboard
common
val
gasAdjustment
:
Float
Content copied to clipboard
gasPrices
Link copied to clipboard
common
val
gasPrices
:
List
<
CoinDecimal
>
Content copied to clipboard
message
Link copied to clipboard
common
open
val
message
:
String
?
Content copied to clipboard
messages
Link copied to clipboard
common
val
messages
:
List
<
Message
>
Content copied to clipboard
reason
Link copied to clipboard
common
val
reason
:
String
Content copied to clipboard
requesterAccountNumber
Link copied to clipboard
common
val
requesterAccountNumber
:
Long
Content copied to clipboard
requesterAddress
Link copied to clipboard
common
val
requesterAddress
:
String
Content copied to clipboard
requesterSequence
Link copied to clipboard
common
val
requesterSequence
:
Long
Content copied to clipboard