Packages

c

io.horizen.account.proposition

AddressProposition

final class AddressProposition extends SingleSecretProofOfKnowledgeProposition[PrivateKeySecp256k1]

Annotations
@JsonView()
Linear Supertypes
SingleSecretProofOfKnowledgeProposition[PrivateKeySecp256k1], ProofOfKnowledgeProposition[PrivateKeySecp256k1], Proposition, Proposition, BytesSerializable, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddressProposition
  2. SingleSecretProofOfKnowledgeProposition
  3. ProofOfKnowledgeProposition
  4. Proposition
  5. Proposition
  6. BytesSerializable
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AddressProposition(address: Address)
  2. new AddressProposition(address: Array[Byte])

Type Members

  1. abstract type M >: AddressProposition.this.type <: BytesSerializable
    Definition Classes
    BytesSerializable

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. def address(): Address
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bytes(): Array[Byte]

    This function repeats bytes() function from BytesSerializable scala trait because java removed it after the import.

    This function repeats bytes() function from BytesSerializable scala trait because java removed it after the import.

    returns

    byte representation of object

    Definition Classes
    Proposition → BytesSerializable
    Annotations
    @Override()
  7. def canBeProvedBy(secretList: List[Secret]): ProvableCheckResult[PrivateKeySecp256k1]

    Checks if it is possible to build a Proof for this Proposition, giving the list of available Secrets

    Checks if it is possible to build a Proof for this Proposition, giving the list of available Secrets

    returns

    an instance of ProvableCheckResult. It contains a boolean flag with the result, and the subset of Secrets that can be used to build the proof

    Definition Classes
    SingleSecretProofOfKnowledgePropositionProofOfKnowledgeProposition
    Annotations
    @Override()
  8. def checksumAddress(): String
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    AddressProposition → AnyRef → Any
    Annotations
    @Override()
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AddressProposition → AnyRef → Any
    Annotations
    @Override()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def pubKeyBytes(): Array[Byte]
    Definition Classes
    AddressPropositionProofOfKnowledgeProposition
    Annotations
    @Override()
  19. def serializer(): PropositionSerializer
    Definition Classes
    AddressPropositionProposition → BytesSerializable
    Annotations
    @Override()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AddressProposition → AnyRef → Any
    Annotations
    @Override()
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. 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 Proposition

Inherited from Proposition

Inherited from BytesSerializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped