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.connect.data
/
SignatureReceivedData
Signature
Received
Data
data
class
SignatureReceivedData
(
val
topic
:
String
,
val
txHash
:
String
?
,
val
id
:
String
)
Members
Constructors
Signature
Received
Data
Link copied to clipboard
constructor
(
topic
:
String
,
txHash
:
String
?
,
id
:
String
)
Properties
id
Link copied to clipboard
@
SerializedName
(
value
=
"transactionId"
)
val
id
:
String
topic
Link copied to clipboard
@
SerializedName
(
value
=
"topic"
)
val
topic
:
String
tx
Hash
Link copied to clipboard
@
SerializedName
(
value
=
"transactionHash"
)
val
txHash
:
String
?