disableStorage
: BOOL
. Setting this to true will disable storage capture (default = false).disableMemory
: BOOL
. Setting this to true will disable memory capture (default = false).disableStack
: BOOL
. Setting this to true will disable stack capture (default = false).tracer
: STRING
. Setting this will enable JavaScript-based transaction tracing, described below. If set, the previous four arguments will be ignored.timeout
: STRING
. Overrides the default timeout of 5 seconds for JavaScript-based tracing calls. Valid values are described here.disableStorage
: BOOL
. Setting this to true will disable storage capture (default = false).disableMemory
: BOOL
. Setting this to true will disable memory capture (default = false).disableStack
: BOOL
. Setting this to true will disable stack capture (default = false).tracer
: STRING
. Setting this will enable JavaScript-based transaction tracing, described below. If set, the previous four arguments will be ignored.timeout
: STRING
. Overrides the default timeout of 5 seconds for JavaScript-based tracing calls. Valid values are described here.debug.TraceTransaction(txHash common.Hash, logger *vm.LogConfig) (*ExecutionResurt, error)
debug.traceTransaction(txHash, [options])
{"method": "debug_traceTransaction", "params": [txHash, {}]}
debug.TraceTransaction(txHash common.Hash, logger *vm.LogConfig) (*ExecutionResurt, error)
debug.traceTransaction(txHash, [options])
{"method": "debug_traceTransaction", "params": [txHash, {}]}