Packages

object transaction

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

Value Members

  1. def owner(node: Bytes32)(implicit sender: Signing): TransactionInfo
  2. def owner(node: Bytes32, nonce: Nonce)(implicit sender: Signing): TransactionInfo
  3. def resolver(node: Bytes32)(implicit sender: Signing): TransactionInfo
  4. def resolver(node: Bytes32, nonce: Nonce)(implicit sender: Signing): TransactionInfo
  5. def setOwner(node: Bytes32, owner: Address)(implicit sender: Signing): TransactionInfo
  6. def setOwner(node: Bytes32, owner: Address, nonce: Nonce)(implicit sender: Signing): TransactionInfo
  7. def setResolver(node: Bytes32, resolver: Address)(implicit sender: Signing): TransactionInfo
  8. def setResolver(node: Bytes32, resolver: Address, nonce: Nonce)(implicit sender: Signing): TransactionInfo
  9. def setSubnodeOwner(node: Bytes32, label: Bytes32, owner: Address)(implicit sender: Signing): TransactionInfo
  10. def setSubnodeOwner(node: Bytes32, label: Bytes32, owner: Address, nonce: Nonce)(implicit sender: Signing): TransactionInfo
  11. def setTTL(node: Bytes32, ttl: UInt64)(implicit sender: Signing): TransactionInfo
  12. def setTTL(node: Bytes32, ttl: UInt64, nonce: Nonce)(implicit sender: Signing): TransactionInfo
  13. def ttl(node: Bytes32)(implicit sender: Signing): TransactionInfo
  14. def ttl(node: Bytes32, nonce: Nonce)(implicit sender: Signing): TransactionInfo