Receipt

liewhite.ethers.rpc.Receipt
case class Receipt(blockHash: Array[Byte], blockNumber: HexUint, transactionHash: Array[Byte], transactionIndex: HexUint, contractAddress: Option[Address], cumulativeGasUsed: HexUint, effectiveGasPrice: HexUint, from: Address, gasUsed: HexUint, logs: Seq[Log], logsBloom: Array[Byte], status: HexUint, to: Option[Address], `type`: HexUint)

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