package
0.2.1
Repository: https://github.com/dyng/ramen.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

TopicChainData is the topic about latest chain data (ether price, gas price, etc.).
TopicNewBlock is the topic about received new blocks.
TopicTick is a topic that receives tick event periodically.
TypeContract is a SmartContract account.
TypeDevnet is a local network for development purpose (Hardhat, Ganeche etc.).
TypeMainnet is the Ethereum Mainnet.
TypeTestnet is all kinds of the testnets (Ropsten, Rinkeby, Goerli etc.).
TypeUnknown is a unknown network.
TypeWallet is an EOA account.
UpdatePeriod is the time duration between two updates.

# Structs

Account represents an account of Etheruem network.
No description provided by the author
Contract represents a smart contract deployed on Ethereum network.
No description provided by the author
No description provided by the author
No description provided by the author
Syncer is used to synchronize information from blockchain.

# Type aliases

AccountType represents two types of Etheruem's account: EOA and SmartContract.