TransactionCall

liewhite.ethers.rpc.TransactionCall
case class TransactionCall(from: Address, to: Option[Address], value: HexUint, data: Option[Array[Byte]], gas: Option[HexUint], gasPrice: Option[HexUint], maxPriorityFeePerGas: Option[HexUint], maxFeePerGas: Option[HexUint], chainId: 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