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
/
Transaction
/
RawContract
Raw
Contract
data
class
RawContract
(
val
value
:
String
,
val
address
:
String
,
val
decimal
:
String
)
Members
Constructors
Raw
Contract
Link copied to clipboard
constructor
(
value
:
String
,
address
:
String
,
decimal
:
String
)
Properties
address
Link copied to clipboard
val
address
:
String
decimal
Link copied to clipboard
val
decimal
:
String
value
Link copied to clipboard
val
value
:
String