Categorygithub.com/elementrem/go-elementrem
modulepackage
1.5.99
Repository: https://github.com/elementrem/go-elementrem.git
Documentation: pkg.go.dev

# README

Elementrem GO-lang

Downalod lastest version(To build from source is unnecessary)

To build from source


Gele console command

##License##

The go-elementrem library (i.e. all code outside of the cmd directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.

The go-elementrem binaries (i.e. all code inside of the cmd directory) is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.

# Packages

Package accounts implements high level Elementrem account management.
No description provided by the author
Package common contains various helper functions.
No description provided by the author
No description provided by the author
No description provided by the author
Package core implements the Elementrem consensus protocol.
No description provided by the author
Package ele implements the Elementrem protocol.
Package eleclient provides a client for the Elementrem RPC API.
No description provided by the author
Package elestats implements the network stats reporting service.
No description provided by the author
Package event deals with subscriptions to real-time events.
Package les implements the Light Elementrem Subprotocol.
Package light implements on-demand retrieval capable state and chain objects for the Elementrem Light Client.
No description provided by the author
Package metrics provides general system and process level metrics collection.
Package miner implements Elementrem block creation and mining.
Package gele contains the simplified mobile APIs to go-elementrem.
Package node sets up multi-protocol Elementrem nodes.
Package p2p implements the Elementrem p2p network protocols.
No description provided by the author
No description provided by the author
Package rlp implements the RLP serialization format.
Package rpc provides access to the exported methods of an object across a network or other I/O connection.
No description provided by the author
Package trie implements Merkle Patricia Tries.
No description provided by the author

# Variables

NotFound is returned by API methods if the requested item does not exist.

# Structs

CallMsg contains parameters for contract calls.
FilterQuery contains options for contact log filtering.
SyncProgress gives progress indications when the node is synchronising with the Elementrem network.

# Interfaces

ChainReader provides access to the blockchain.
ChainStateReader wraps access to the state trie of the canonical blockchain.
ChainSyncReader wraps access to the node's current sync status.
A ContractCaller provides contract calls, essentially transactions that are executed by the EVM but not mined into the blockchain.
GasEstimator wraps EstimateGas, which tries to estimate the gas needed to execute a specific transaction based on the pending state.
GasPricer wraps the gas price oracle, which monitors the blockchain to determine the optimal gas price given current fee market conditions.
LogFilterer provides access to contract log events using a one-off query or continuous event subscription.
PendingContractCaller can be used to perform calls against the pending state.
A PendingStateEventer provides access to real time notifications about changes to the pending state.
A PendingStateReader provides access to the pending state, which is the result of all known executable transactions which have not yet been included in the blockchain.
Subscription represents an event subscription where events are delivered on a data channel.
TransactionReader provides access to past transactions and their receipts.
TransactionSender wraps transaction sending.