Metadata

data class Metadata(val transactionType: String, val currency: String, val amount: Double, val decimals: UInt, val fromAddress: String, val toAddress: String)

Constructors

Link copied to clipboard
constructor(transactionType: String, currency: String, amount: Double, decimals: UInt, fromAddress: String, toAddress: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard