final case class View(address: EthAddress) extends Sender with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- View
- Serializable
- Serializable
- Product
- Equals
- Sender
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new View(address: EthAddress)
Value Members
- val address: EthAddress
-
def
contractAddress(nonce: BigInt): EthAddress
- Definition Classes
- Sender
-
def
getBalance()(implicit scontext: Context): Future[BigInt]
- Definition Classes
- Sender