Versions in this module Expand all Collapse all v1 v1.3.0 Dec 20, 2021 v1.2.0 Oct 4, 2020 Changes in this version + func Asset(name string) ([]byte, error) + func AssetDir(name string) ([]string, error) + func AssetInfo(name string) (os.FileInfo, error) + func AssetNames() []string + func MustAsset(name string) []byte + func RestoreAsset(dir, name string) error + func RestoreAssets(dir, name string) error + func TracerJS() ([]byte, error) + type TraceConfig struct + Reexec *uint64 + Timeout *string + Tracer string + type Tx struct + From common.Address + Input []byte + Output []byte + To *common.Address + Value *big.Int + func TraceTransaction(c *rpc.Client, ctx context.Context, txHash common.Hash, config *TraceConfig) ([]*Tx, error) + func (t *Tx) UnmarshalJSON(input []byte) error + func (t Tx) MarshalJSON() ([]byte, error)