Versions in this module Expand all Collapse all v0 v0.22.0 Apr 19, 2024 Changes in this version + func EtherToWei(ether float64) (*big.Int, error) + func GWeiToWei(gwei float64) (*big.Int, error) + func WeiToEther(wei *big.Int) *big.Float + func WeiToGWei(wei *big.Int) *big.Float v0.21.0 Apr 10, 2024 Changes in this version + func MineL1Block(t *testing.T, l1Client *rpc.Client) v0.20.0 Mar 28, 2024 Changes in this version + func Compress(txList []byte) ([]byte, error) + func Decompress(compressedTxList []byte) ([]byte, error) + func Max[T constraints.Integer](a, b T) T + func Min[T constraints.Integer](a, b T) T v0.19.0 Feb 20, 2024 Changes in this version + func IsNil(i interface{}) bool + func LoadEnv() + func RandUint32(max *big.Int) uint32 + func RandUint64(max *big.Int) uint64