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.hypernative
/
ScanEip712Domain
Scan
Eip712Domain
data
class
ScanEip712Domain
(
val
name
:
String
?
=
null
,
val
version
:
String
?
=
null
,
val
chainId
:
String
?
=
null
,
val
verifyingContract
:
String
?
=
null
,
val
salt
:
String
?
=
null
)
Members
Constructors
Scan
Eip712Domain
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
version
:
String
?
=
null
,
chainId
:
String
?
=
null
,
verifyingContract
:
String
?
=
null
,
salt
:
String
?
=
null
)
Properties
chain
Id
Link copied to clipboard
val
chainId
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
salt
Link copied to clipboard
val
salt
:
String
?
=
null
verifying
Contract
Link copied to clipboard
val
verifyingContract
:
String
?
=
null
version
Link copied to clipboard
val
version
:
String
?
=
null