PriceEstimation

data class PriceEstimation(    val paymentAmount: BigInteger,     val gasFee: BigInteger,     val currency: NativeCurrency)

Constructors

Link copied to clipboard
fun PriceEstimation(    paymentAmount: BigInteger,     gasFee: BigInteger,     currency: NativeCurrency)

Properties

Link copied to clipboard
val currency: NativeCurrency
Link copied to clipboard
val fullPrice: BigInteger
Link copied to clipboard
val fullPriceText: String
Link copied to clipboard
val gasFee: BigInteger
Link copied to clipboard
val gasFeeText: String
Link copied to clipboard
val paymentAmount: BigInteger
Link copied to clipboard
val paymentAmountText: String