Packages

final case class View(address: EthAddress) extends Sender with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Sender, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. View
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Sender
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new View(address: EthAddress)

Value Members

  1. val address: EthAddress
    Definition Classes
    ViewSender
  2. def contractAddress(nonce: BigInt): EthAddress
    Definition Classes
    Sender
  3. def getBalance()(implicit scontext: Context): Future[BigInt]
    Definition Classes
    Sender