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
/
ScanEip712Trace
Scan
Eip712Trace
data
class
ScanEip712Trace
(
val
from
:
String
,
val
to
:
String
,
val
funcId
:
String
?
=
null
,
val
callType
:
String
?
=
null
,
val
value
:
Long
?
=
null
,
val
traceAddress
:
List
<
Int
>
?
=
null
,
val
status
:
Int
?
=
null
,
val
callInput
:
String
?
=
null
,
val
extraInfo
:
Map
<
String
,
String
>
?
=
null
)
Members
Constructors
Scan
Eip712Trace
Link copied to clipboard
constructor
(
from
:
String
,
to
:
String
,
funcId
:
String
?
=
null
,
callType
:
String
?
=
null
,
value
:
Long
?
=
null
,
traceAddress
:
List
<
Int
>
?
=
null
,
status
:
Int
?
=
null
,
callInput
:
String
?
=
null
,
extraInfo
:
Map
<
String
,
String
>
?
=
null
)
Properties
call
Input
Link copied to clipboard
val
callInput
:
String
?
=
null
call
Type
Link copied to clipboard
val
callType
:
String
?
=
null
extra
Info
Link copied to clipboard
val
extraInfo
:
Map
<
String
,
String
>
?
=
null
from
Link copied to clipboard
val
from
:
String
func
Id
Link copied to clipboard
val
funcId
:
String
?
=
null
status
Link copied to clipboard
val
status
:
Int
?
=
null
to
Link copied to clipboard
val
to
:
String
trace
Address
Link copied to clipboard
val
traceAddress
:
List
<
Int
>
?
=
null
value
Link copied to clipboard
val
value
:
Long
?
=
null