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 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 ToBstreamBlock(t testing.T, block *pbeth.Block, libNum uint64) *bstream.Block
- func ToBstreamBlocks(t testing.T, blocks []*pbeth.Block, libNum uint64) (out []*bstream.Block)
- func ToFull(in string) to
- func ToPbbstreamBlock(t testing.T, block *pbeth.Block, libNum uint64) *pbbstream.Block
- func ToTimestamp(t time.Time) *timestamppb.Timestamp
- func TrxTrace(t testing.T, components ...interface{}) *pbeth.TransactionTrace
- type Ether
- type GasLimit
- type GasPrice
- type InputData
- type LogData
- type Nonce
- 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 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 ToBstreamBlock ¶
func ToBstreamBlocks ¶
func ToPbbstreamBlock ¶
func ToTimestamp ¶
func ToTimestamp(t time.Time) *timestamppb.Timestamp
func TrxTrace ¶
func TrxTrace(t testing.T, components ...interface{}) *pbeth.TransactionTrace
Types ¶
Click to show internal directories.
Click to hide internal directories.