View Source Ethex.Blockchain.GossipMethod (ethex v0.1.3)

These methods track the head of the chain. This is how transactions make their way around the network, find their way into blocks, and how clients find out about new blocks.

Link to this section Summary

Functions

Returns the number of most recent block.

Creates new message call transaction or a contract creation for signed transactions.

Link to this section Functions

@spec eth_block_number(String.t()) :: {:error, any()} | {:ok, integer()}

Returns the number of most recent block.

Link to this function

eth_send_raw_transaction(rpc, data)

View Source

Creates new message call transaction or a contract creation for signed transactions.