# Functions
Dial creates a new client for the given endpoint.
IsBurnAddress will return whether the current address is a black hole address, most of which are provided by https://etherscan.io/accounts/label/burn.
WithHTTP2Disabled sets the HTTP2 client to be disabled.
WithHTTPHeader sets the HTTP header for the client.
# Constants
No description provided by the author
Arbitrum https://github.com/OffchainLabs/go-ethereum/blob/08bf9b119ff9c47ad51d507969997ff9cd8c5328/core/types/transaction.go#L45-L59.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Optimism https://github.com/Inphi/optimism-rosetta/blob/d3c37e359fa4262a2a53014c424a8ae53efaf3d0/optimism/client_bedrock.go#L138.
# Structs
go:generate go run --mod=mod github.com/fjl/gencodec --type Block --field-override blockMarshal --out type_block.go.
No description provided by the author
go:generate go run --mod=mod github.com/fjl/gencodec --type Header --field-override headerMarshal --out type_header.go.
go:generate go run --mod=mod github.com/fjl/gencodec --type Log --field-override logMarshal --out type_log.go.
go:generate go run --mod=mod github.com/fjl/gencodec --type Receipt --field-override receiptMarshal --out type_receipt.go.
go:generate go run --mod=mod github.com/fjl/gencodec --type Transaction --field-override transactionMarshal --out type_transaction.go.
go:generate go run --mod=mod github.com/fjl/gencodec --type TransactionCall --field-override transactionCallMarshal --out type_transaction_call.go.
# Interfaces
Client provides basic RPC methods.
# Type aliases
Option used to configure the client with additional options.