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
/
Eip155
Eip155
data
class
Eip155
(
val
chains
:
List
<
String
>
?
=
emptyList()
,
val
methods
:
List
<
String
>
?
=
emptyList()
,
val
events
:
List
<
String
>
?
=
emptyList()
,
val
rpcMap
:
Map
<
String
,
String
>
?
=
emptyMap()
)
Members
Constructors
Eip155
Link copied to clipboard
constructor
(
chains
:
List
<
String
>
?
=
emptyList()
,
methods
:
List
<
String
>
?
=
emptyList()
,
events
:
List
<
String
>
?
=
emptyList()
,
rpcMap
:
Map
<
String
,
String
>
?
=
emptyMap()
)
Properties
chains
Link copied to clipboard
val
chains
:
List
<
String
>
?
events
Link copied to clipboard
val
events
:
List
<
String
>
?
methods
Link copied to clipboard
val
methods
:
List
<
String
>
?
rpc
Map
Link copied to clipboard
val
rpcMap
:
Map
<
String
,
String
>
?