BlockaidAmount

data class BlockaidAmount(val amount: Double?, val amountWei: String?)

Amount with raw wei value.

Constructors

Link copied to clipboard
constructor(amount: Double?, amountWei: String?)

Properties

Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "amount_wei")
val amountWei: String?