Packages

object Brambl

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

Type Members

  1. type KeyRing_PK25519 = KeyRing[PrivateKeyCurve25519, KeyfileCurve25519]

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def generateNewCurve25519Keyfile(password: String, keyRing: KeyRing_PK25519)(implicit networkPrefix: NetworkPrefix): Either[RpcClientFailure, KeyfileCurve25519]

    Generatees a new keyfile and address in the keyring

    Generatees a new keyfile and address in the keyring

    password

    string used to encrypt the returned keyfile

  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def importCurve25519JsonToKeyRing(keyfile: Json, password: String, keyRing: KeyRing_PK25519)(implicit networkPrefix: NetworkPrefix): Either[RpcClientFailure, Address]

    Helper function to import a keyfile from JSON format into the keyring

    Helper function to import a keyfile from JSON format into the keyring

    keyfile

    json representation of the keyfile to be imported

    password

    the password used to decrypt the private key from the keyfile

    returns

    if successful, the address will be returned and the key is now available in the keyring

  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def signTransaction[P <: Proposition, TX <: Transaction[_, P]](addresses: Set[Address], transaction: TX)(f: (Address) => (Array[Byte]) => Map[P, Proof[P]])(implicit arg0: EvidenceProducer[P], arg1: Identifiable[P]): Either[RpcClientFailure, TX]

    Signs a provided transactions using the key associated with a particular address

    Signs a provided transactions using the key associated with a particular address

    transaction

    transaction to be signed

    returns

    a transaction with the

  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped