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
/
Eip115Transaction
Eip115Transaction
data
class
Eip115Transaction
(
val
from
:
String
,
val
to
:
String
,
val
data
:
String
?
,
val
value
:
String
?
)
Members
Constructors
Eip115Transaction
Link copied to clipboard
constructor
(
from
:
String
,
to
:
String
,
data
:
String
?
,
value
:
String
?
)
Properties
data
Link copied to clipboard
val
data
:
String
?
from
Link copied to clipboard
val
from
:
String
to
Link copied to clipboard
val
to
:
String
value
Link copied to clipboard
val
value
:
String
?