vechain
docs
github
Preparing search index...
The search index is not available
vechain-sdk
vechain-sdk
@vechain/sdk-network
TraceOptionsRPC
Interface TraceOptionsRPC
Type for trace options
interface
TraceOptionsRPC
{
timeout
?:
string
;
tracer
:
"callTracer"
|
"prestateTracer"
;
tracerConfig
?:
{
onlyTopCall
?:
boolean
;
}
;
}
Index
Properties
timeout?
tracer
tracer
Config?
Properties
Optional
timeout
timeout
?:
string
tracer
tracer
:
"callTracer"
|
"prestateTracer"
Optional
tracer
Config
tracer
Config
?:
{
onlyTopCall
?:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
timeout
tracer
tracer
Config
vechain
docs
github
vechain-sdk
Loading...
Type for trace options