Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data.buildtransaction
/
BuildTransactionMetaData
Build
Transaction
Meta
Data
data
class
BuildTransactionMetaData
(
val
amount
:
String
,
val
fromAddress
:
String
,
val
toAddress
:
String
,
val
tokenAddress
:
String
?
,
val
tokenDecimals
:
Int
,
val
tokenSymbol
:
String
?
,
val
rawAmount
:
String
)
Members
Constructors
Build
Transaction
Meta
Data
Link copied to clipboard
constructor
(
amount
:
String
,
fromAddress
:
String
,
toAddress
:
String
,
tokenAddress
:
String
?
,
tokenDecimals
:
Int
,
tokenSymbol
:
String
?
,
rawAmount
:
String
)
Properties
amount
Link copied to clipboard
val
amount
:
String
from
Address
Link copied to clipboard
val
fromAddress
:
String
raw
Amount
Link copied to clipboard
val
rawAmount
:
String
to
Address
Link copied to clipboard
val
toAddress
:
String
token
Address
Link copied to clipboard
val
tokenAddress
:
String
?
token
Decimals
Link copied to clipboard
val
tokenDecimals
:
Int
token
Symbol
Link copied to clipboard
val
tokenSymbol
:
String
?