EstimateFeeException

class EstimateFeeException(messages: List<Message>, requesterAddress: String, requesterAccountNumber: Long, requesterSequence: Long, gasPrices: List<CoinDecimal>, gasAdjustment: Float, reason: String, cause: Throwable?) : Exception

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val gasAdjustment: Float
Link copied to clipboard
val gasPrices: List<CoinDecimal>
Link copied to clipboard
open val message: String?
Link copied to clipboard
val messages: List<Message>
Link copied to clipboard
val reason: String
Link copied to clipboard
val requesterAccountNumber: Long
Link copied to clipboard
val requesterAddress: String
Link copied to clipboard
val requesterSequence: Long