library
androidJvm
library
/
org.xmtp.android.library.codecs
/
TransactionReference
/
Metadata
Metadata
data
class
Metadata
(
val
transactionType
:
String
,
val
currency
:
String
,
val
amount
:
Double
,
val
decimals
:
UInt
,
val
fromAddress
:
String
,
val
toAddress
:
String
)
Members
Constructors
Metadata
Link copied to clipboard
constructor
(
transactionType
:
String
,
currency
:
String
,
amount
:
Double
,
decimals
:
UInt
,
fromAddress
:
String
,
toAddress
:
String
)
Properties
amount
Link copied to clipboard
val
amount
:
Double
currency
Link copied to clipboard
val
currency
:
String
decimals
Link copied to clipboard
val
decimals
:
UInt
from
Address
Link copied to clipboard
val
fromAddress
:
String
to
Address
Link copied to clipboard
val
toAddress
:
String
transaction
Type
Link copied to clipboard
val
transactionType
:
String