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.blockaid
/
BlockaidAddressDetails
Blockaid
Address
Details
data
class
BlockaidAddressDetails
(
val
isEoa
:
Boolean
?
,
val
nameTag
:
String
?
)
Address details from simulation.
Members
Constructors
Blockaid
Address
Details
Link copied to clipboard
constructor
(
isEoa
:
Boolean
?
,
nameTag
:
String
?
)
Properties
is
Eoa
Link copied to clipboard
@
SerializedName
(
value
=
"is_eoa"
)
val
isEoa
:
Boolean
?
name
Tag
Link copied to clipboard
@
SerializedName
(
value
=
"name_tag"
)
val
nameTag
:
String
?