Documentation ¶
Index ¶
Constants ¶
View Source
const HashLength = common.HashLength
Variables ¶
This section is empty.
Functions ¶
func ToSlicePtrs ¶
func ToSlicePtrs[T any](in []T) []*T
func ToSliceValues ¶
func ToSliceValues[T any](in []*T) []T
Types ¶
type BlockNonce ¶
type BlockNonce = types.BlockNonce
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
Package ethereum defines interfaces for interacting with Ethereum.
|
Package ethereum defines interfaces for interacting with Ethereum. |
accounts
Package accounts implements high level Ethereum account management.
|
Package accounts implements high level Ethereum account management. |
accounts/abi
Package abi implements the Ethereum ABI (Application Binary Interface).
|
Package abi implements the Ethereum ABI (Application Binary Interface). |
accounts/abi/bind
Package bind generates Ethereum contract Go bindings.
|
Package bind generates Ethereum contract Go bindings. |
accounts/keystore
Package keystore implements encrypted storage of secp256k1 private keys.
|
Package keystore implements encrypted storage of secp256k1 private keys. |
common
Package common contains various helper functions.
|
Package common contains various helper functions. |
common/hexutil
Package hexutil implements hex encoding with 0x prefix.
|
Package hexutil implements hex encoding with 0x prefix. |
common/lru
Package lru implements generically-typed LRU caches.
|
Package lru implements generically-typed LRU caches. |
common/math
Package math provides integer math utilities.
|
Package math provides integer math utilities. |
common/mclock
Package mclock is a wrapper for a monotonic clock source
|
Package mclock is a wrapper for a monotonic clock source |
core/types
Package types contains data types related to Ethereum consensus.
|
Package types contains data types related to Ethereum consensus. |
crypto/blake2b
Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb.
|
Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. |
crypto/bn256
Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
|
Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve. |
crypto/bn256/cloudflare
Package bn256 implements a particular bilinear group at the 128-bit security level.
|
Package bn256 implements a particular bilinear group at the 128-bit security level. |
crypto/bn256/google
Package bn256 implements a particular bilinear group.
|
Package bn256 implements a particular bilinear group. |
crypto/kzg4844
Package kzg4844 implements the KZG crypto for EIP-4844.
|
Package kzg4844 implements the KZG crypto for EIP-4844. |
crypto/secp256k1
Package secp256k1 wraps the bitcoin secp256k1 C library.
|
Package secp256k1 wraps the bitcoin secp256k1 C library. |
ethclient
Package ethclient provides a client for the Ethereum RPC API.
|
Package ethclient provides a client for the Ethereum RPC API. |
ethclient/gethclient
Package gethclient provides an RPC client for geth-specific APIs.
|
Package gethclient provides an RPC client for geth-specific APIs. |
event
Package event deals with subscriptions to real-time events.
|
Package event deals with subscriptions to real-time events. |
rlp
Package rlp implements the RLP serialization format.
|
Package rlp implements the RLP serialization format. |
rlp/internal/rlpstruct
Package rlpstruct implements struct processing for RLP encoding/decoding.
|
Package rlpstruct implements struct processing for RLP encoding/decoding. |
Click to show internal directories.
Click to hide internal directories.