package
0.1.46
Repository: https://github.com/ava-labs/avalanche-rosetta.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ChecksumAddress ensures an Ethereum hex address is in Checksum Format.
NewAccountService returns a new network servicer.
NewBlockService returns a new block servicer.
NewCallService returns a new call servicer.
NewConstructionService returns a new construction servicer.
NewMempoolService returns a new mempool servicer.
NewMockAccountBackend creates a new mock instance.
NewMockConstructionBackend creates a new mock instance.
NewNetworkService returns a new network servicer.
No description provided by the author

# Constants

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
No description provided by the author
No description provided by the author

# Variables

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
No description provided by the author
No description provided by the author
No description provided by the author
General errors.
No description provided by the author
Errors lists all available error types.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AccountService implements the /account/* endpoints.
BlockService implements the /block/* endpoints.
CallService implements /call/* endpoints.
Config holds the service configuration.
ConstructionService implements /construction/* endpoints.
GetTransactionReceiptInput is the input to the call method "eth_getTransactionReceipt".
MempoolService implements the /mempool/* endpoints.
MockAccountBackend is a mock of AccountBackend interface.
MockAccountBackendMockRecorder is the mock recorder for MockAccountBackend.
MockConstructionBackend is a mock of ConstructionBackend interface.
MockConstructionBackendMockRecorder is the mock recorder for MockConstructionBackend.
NetworkService implements all /network endpoints.

# Interfaces

AccountBackend represents a backend that implements /account family of apis for a subset of requests.
BlockBackend represents a backend that implements /block family of apis for a subset of requests Endpoint handlers in this file delegates requests to corresponding backends based on the request.
ConstructionBackend represents a backend that implements /construction family of apis for a subset of requests.
NetworkBackend represents a backend that implements /block family of apis for a subset of requests Endpoint handlers in this file delegates requests to corresponding backends based on the request.