object transaction
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- transaction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ABI(node: Bytes32, contentTypes: UInt256)(implicit sender: Signing): Future[Async]
- def ABI(node: Bytes32, contentTypes: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def addr(node: Bytes32)(implicit sender: Signing): Future[Async]
- def addr(node: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def addr(node: Bytes32, coinType: UInt256)(implicit sender: Signing): Future[Async]
- def addr(node: Bytes32, coinType: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def authorisations(arg1: Bytes32, arg2: Address, arg3: Address)(implicit sender: Signing): Future[Async]
- def authorisations(arg1: Bytes32, arg2: Address, arg3: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def contenthash(node: Bytes32)(implicit sender: Signing): Future[Async]
- def contenthash(node: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def interfaceImplementer(node: Bytes32, interfaceID: Bytes4)(implicit sender: Signing): Future[Async]
- def interfaceImplementer(node: Bytes32, interfaceID: Bytes4, nonce: Nonce)(implicit sender: Signing): Future[Async]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name(node: Bytes32)(implicit sender: Signing): Future[Async]
- def name(node: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pubkey(node: Bytes32)(implicit sender: Signing): Future[Async]
- def pubkey(node: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def setABI(node: Bytes32, contentType: UInt256, data: Bytes)(implicit sender: Signing): Future[Async]
- def setABI(node: Bytes32, contentType: UInt256, data: Bytes, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def setAddr(node: Bytes32, a: Address)(implicit sender: Signing): Future[Async]
- def setAddr(node: Bytes32, a: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def setAddr(node: Bytes32, coinType: UInt256, a: Bytes)(implicit sender: Signing): Future[Async]
- def setAddr(node: Bytes32, coinType: UInt256, a: Bytes, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def setAuthorisation(node: Bytes32, target: Address, isAuthorised: Bool)(implicit sender: Signing): Future[Async]
- def setAuthorisation(node: Bytes32, target: Address, isAuthorised: Bool, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def setContenthash(node: Bytes32, hash: Bytes)(implicit sender: Signing): Future[Async]
- def setContenthash(node: Bytes32, hash: Bytes, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def setInterface(node: Bytes32, interfaceID: Bytes4, implementer: Address)(implicit sender: Signing): Future[Async]
- def setInterface(node: Bytes32, interfaceID: Bytes4, implementer: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def setName(node: Bytes32, name: String)(implicit sender: Signing): Future[Async]
- def setName(node: Bytes32, name: String, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def setPubkey(node: Bytes32, x: Bytes32, y: Bytes32)(implicit sender: Signing): Future[Async]
- def setPubkey(node: Bytes32, x: Bytes32, y: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def setText(node: Bytes32, key: String, value: String)(implicit sender: Signing): Future[Async]
- def setText(node: Bytes32, key: String, value: String, nonce: Nonce)(implicit sender: Signing): Future[Async]
- def supportsInterface(interfaceID: Bytes4)(implicit sender: Signing): Future[Async]
- def supportsInterface(interfaceID: Bytes4, nonce: Nonce)(implicit sender: Signing): Future[Async]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def text(node: Bytes32, key: String)(implicit sender: Signing): Future[Async]
- def text(node: Bytes32, key: String, nonce: Nonce)(implicit sender: Signing): Future[Async]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated