Documentation ¶
Index ¶
- Constants
- func Address(in string) address
- func AddressFull(in string) address
- func BalanceChange(t testing.T, address address, values string, components ...interface{}) *pbeth.BalanceChange
- func Block(t testing.T, blkHash string, components ...interface{}) *pbeth.Block
- func Call(t testing.T, components ...interface{}) *pbeth.Call
- func Caller(in string) caller
- func CallerFull(in string) caller
- func CodeChange(t testing.T, address address, old, new []byte, components ...interface{}) *pbeth.CodeChange
- func From(in string) from
- func FromFull(in string) from
- func Hash(in string) hash
- func HashFull(in string) hash
- func Log(t testing.T, address address, components ...interface{}) *pbeth.Log
- func LogTopic(in string) logTopic
- func LogTopicFull(in string) logTopic
- func NonceChange(t testing.T, address address, values string, components ...interface{}) *pbeth.NonceChange
- func PreviousHash(in string) previousHash
- func PreviousHashFull(in string) previousHash
- func StorageChange(t testing.T, address address, key hash, data string, components ...interface{}) *pbeth.StorageChange
- func To(in string) to
- func ToFull(in string) to
- func ToTimestamp(t time.Time) *timestamppb.Timestamp
- func TrxTrace(t testing.T, components ...interface{}) *pbeth.TransactionTrace
- type CallComponent
- type Ether
- type GasLimit
- type GasPrice
- type InputData
- type LogData
- type Nonce
- type Ordinal
- type TrxTraceComponent
- type Value
Constants ¶
View Source
const Full expand = true
Variables ¶
This section is empty.
Functions ¶
func AddressFull ¶
func AddressFull(in string) address
func BalanceChange ¶
func BalanceChange(t testing.T, address address, values string, components ...interface{}) *pbeth.BalanceChange
func CallerFull ¶
func CallerFull(in string) caller
func CodeChange ¶
func CodeChange(t testing.T, address address, old, new []byte, components ...interface{}) *pbeth.CodeChange
func LogTopicFull ¶
func LogTopicFull(in string) logTopic
func NonceChange ¶
func NonceChange(t testing.T, address address, values string, components ...interface{}) *pbeth.NonceChange
func PreviousHash ¶
func PreviousHash(in string) previousHash
func PreviousHashFull ¶
func PreviousHashFull(in string) previousHash
func StorageChange ¶
func StorageChange(t testing.T, address address, key hash, data string, components ...interface{}) *pbeth.StorageChange
func ToTimestamp ¶
func ToTimestamp(t time.Time) *timestamppb.Timestamp
func TrxTrace ¶
func TrxTrace(t testing.T, components ...interface{}) *pbeth.TransactionTrace
Types ¶
type CallComponent ¶
func CallConfig ¶
func CallConfig(fn func(call *pbeth.Call)) CallComponent
type TrxTraceComponent ¶
type TrxTraceComponent interface {
Apply(trxTrace *pbeth.TransactionTrace)
}
func TrxTraceConfig ¶
func TrxTraceConfig(fn func(trxTrace *pbeth.TransactionTrace)) TrxTraceComponent
Click to show internal directories.
Click to hide internal directories.