Price Estimation
data class PriceEstimation( val paymentAmount: BigInteger, val gasFee: BigInteger, val currency: NativeCurrency)
Content copied to clipboard
Constructors
Link copied to clipboard
fun PriceEstimation( paymentAmount: BigInteger, gasFee: BigInteger, currency: NativeCurrency)
Content copied to clipboard