Block

liewhite.ethers.rpc.Block
case class Block(number: HexUint, hash: Array[Byte], parentHash: Array[Byte], nonce: Option[HexUint], sha3Uncles: Array[Byte], logsBloom: Array[Byte], transactionsRoot: Array[Byte], stateRoot: Array[Byte], receiptsRoot: Array[Byte], miner: Address, difficulty: HexUint, totalDifficulty: HexUint, extraData: Array[Byte], size: HexUint, gasLimit: HexUint, gasUsed: HexUint, timestamp: HexUint, transactions: Seq[Either[Array[Byte], Transaction]], uncles: Seq[Array[Byte]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product