Packages

object McAddrOwnershipMsgProcessor extends SparkzLogging with Serializable

Linear Supertypes
Serializable, Serializable, SparkzLogging, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. McAddrOwnershipMsgProcessor
  2. Serializable
  3. Serializable
  4. SparkzLogging
  5. StrictLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AddNewMultisigOwnershipCmd: String
  5. val AddNewOwnershipCmd: String
  6. val GetListOfAllOwnershipsCmd: String
  7. val GetListOfOwnerScAddressesCmd: String
  8. val GetListOfOwnershipsCmd: String
  9. val OwnershipLinkedListNullValue: Array[Byte]
  10. val OwnershipsLinkedListTipKey: Array[Byte]
  11. val RemoveOwnershipCmd: String
  12. val ScAddressRefsLinkedListNullValue: Array[Byte]
  13. val ScAddressRefsLinkedListTipKey: Array[Byte]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. lazy val cachedMagicBytes: Array[Byte]
  16. def checkMcAddresses(mcAddress: String, params: NetworkParams): Array[Byte]
  17. def checkMcRedeemScriptForMultisig(redeemScript: String): (Int, Seq[Array[Byte]])
  18. def checkMultisigAddress(mcMultisigAddress: String, redeemScript: String, params: NetworkParams): Boolean
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  20. val ecParameters: X9ECParameters
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def getMcHashedMsg(messageToSignString: String): Array[Byte]
  25. def getMcSignature(mcSignatureString: String): SignatureSecp256k1
  26. def getOwnershipId(mcAddress: String): Array[Byte]
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def log: Logger
    Attributes
    protected
    Definition Classes
    SparkzLogging
    Annotations
    @inline()
  30. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def verifySignaturesWithThreshold(senderScAddress: Address, mcMultisigAddress: String, pubKeys: Seq[Array[Byte]], signatures: Seq[SignatureSecp256k1], thresholdSignatureValue: Int): Int
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from SparkzLogging

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped