Packages

object constant

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. constant
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def ABI(node: Bytes32, contentTypes: UInt256)(implicit sender: Sender): Future[(UInt256, Bytes)]
  2. def addr(node: Bytes32)(implicit sender: Sender): Future[Address]
  3. def addr(node: Bytes32, coinType: UInt256)(implicit sender: Sender): Future[Bytes]
  4. def authorisations(arg1: Bytes32, arg2: Address, arg3: Address)(implicit sender: Sender): Future[Bool]
  5. def contenthash(node: Bytes32)(implicit sender: Sender): Future[Bytes]
  6. def interfaceImplementer(node: Bytes32, interfaceID: Bytes4)(implicit sender: Sender): Future[Address]
  7. def name(node: Bytes32)(implicit sender: Sender): Future[String]
  8. def pubkey(node: Bytes32)(implicit sender: Sender): Future[(Bytes32, Bytes32)]
  9. def supportsInterface(interfaceID: Bytes4)(implicit sender: Sender): Future[Bool]
  10. def text(node: Bytes32, key: String)(implicit sender: Sender): Future[String]