Module in3::eth1::types[][src]

Ethereum types’ definitions.

Structs

Block

An Ethereum Block.

CallTransaction

Transaction type used as i/p for eth_call & eth_estimateGas API methods.

Log

An ethereum log.

OutgoingTransaction

Transaction type used as i/p for eth_sendTransaction API method.

Transaction

An Ethereum transaction.

TransactionReceipt

An Ethereum Transaction receipt.

Enums

BlockNumber

The block number type.

BlockTransactions

The transactions in a block.

FilterChanges

Response of eth_getFilterChanges, eth_getFilterLogs & eth_getLogs API methods.

Type Definitions

Hash

Hash types representing 32-bytes hashes.