Documentation ¶
Index ¶
Constants ¶
View Source
const (
TracerJS = `` /* 12995-byte string literal not displayed */
)
Variables ¶
View Source
var ErrNotFound = errors.New("block not found")
Functions ¶
Types ¶
type Block ¶
type Block struct { Header types.Header `json:"header"` Uncles []types.Header `json:"uncles"` TxsBytes [][]byte `json:"txs"` Version uint32 `json:"version"` ReceivedAt time.Time `json:"received_at"` BlockExtraData []byte `json:"blockExtraData"` Txs []types.Transaction `json:"transactions,omitempty"` }
type BlockContainer ¶ added in v1.3.2
type BlockContainer struct { Block *types.Block Traces []*TransactionTrace Logs []*types.Log }
type Client ¶ added in v1.3.2
type Client struct {
// contains filtered or unexported fields
}
type TracerParam ¶ added in v1.3.2
type TransactionTrace ¶ added in v1.2.3
Click to show internal directories.
Click to hide internal directories.