Documentation ¶
Overview ¶
Package trace implements a tracing mechanism to track the state of blockchain events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct {
// contains filtered or unexported fields
}
Channel represents a trace channel.
type State ¶
type State int
State represents the state of a blockchain event.
Constants representing different states of a blockchain event.
type Trace ¶
type Trace struct {
// contains filtered or unexported fields
}
Trace represents the trace mechanism to track blockchain events.
func (*Trace) CloseReader ¶
CloseReader closes the trace reader channel.
Click to show internal directories.
Click to hide internal directories.