TransactionReference

data class TransactionReference(val namespace: String? = null, val networkId: String, val reference: String, val metadata: TransactionReference.Metadata? = null)

Constructors

Link copied to clipboard
constructor(namespace: String? = null, networkId: String, reference: String, metadata: TransactionReference.Metadata? = null)

Types

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

Properties

Link copied to clipboard
Link copied to clipboard
val namespace: String? = null
Link copied to clipboard
Link copied to clipboard