BuildTransactionMetaData

data class BuildTransactionMetaData(val amount: String, val fromAddress: String, val toAddress: String, val tokenAddress: String?, val tokenDecimals: Int, val tokenSymbol: String?, val rawAmount: String)

Constructors

Link copied to clipboard
constructor(amount: String, fromAddress: String, toAddress: String, tokenAddress: String?, tokenDecimals: Int, tokenSymbol: String?, rawAmount: 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
Link copied to clipboard