Transaction

liewhite.ethers.rpc.Transaction
case class Transaction(`type`: HexUint, blockHash: Option[Array[Byte]], blockNumber: Option[HexUint], from: Address, gas: HexUint, gasPrice: HexUint, maxFeePerGas: Option[HexUint], maxPriorityFeePerGas: Option[HexUint], hash: Array[Byte], input: Array[Byte], nonce: HexUint, to: Option[Address], transactionIndex: Option[HexUint], value: HexUint, accessList: Option[Seq[AccessList]], chainId: Option[HexUint], v: HexUint, r: HexUint, s: HexUint, yParity: Option[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