@sentio/sdk
Preparing search index...
.
Data_EthTrace
Interface Data_EthTrace
interface
Data_EthTrace
{
block
?:
{
[
key
:
string
]:
any
}
;
timestamp
:
undefined
|
Date
;
trace
:
undefined
|
{
[
key
:
string
]:
any
}
;
transaction
?:
{
[
key
:
string
]:
any
}
;
transactionReceipt
?:
{
[
key
:
string
]:
any
}
;
}
Index
Properties
block?
timestamp
trace
transaction?
transaction
Receipt?
Properties
Optional
block
block
?:
{
[
key
:
string
]:
any
}
timestamp
timestamp
:
undefined
|
Date
trace
trace
:
undefined
|
{
[
key
:
string
]:
any
}
Optional
transaction
transaction
?:
{
[
key
:
string
]:
any
}
Optional
transaction
Receipt
transactionReceipt
?:
{
[
key
:
string
]:
any
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
timestamp
trace
transaction
transaction
Receipt
@sentio/sdk
Loading...