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()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def generateMultipleNewCurve25519Keyfile(passwords: Seq[String], keyRing: KeyRing_PK25519)(implicit networkPrefix: NetworkPrefix): Seq[Either[RpcClientFailure, KeyfileCurve25519]]

    Generatees multiple new keyfiles and addresses in the keyring

    Generatees multiple new keyfiles and addresses in the keyring

    passwords

    strings used to encrypt the returned keyfiles

  10. 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

  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. 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

  14. def importMultipleCurve25519JsonToKeyRing(keyfilePasswordPairs: Seq[(Json, String)], keyRing: KeyRing_PK25519)(implicit networkPrefix: NetworkPrefix): Seq[Either[RpcClientFailure, Address]]

    Helper function to import multiple keyfiles from JSON format into the keyring

    Helper function to import multiple keyfiles from JSON format into the keyring

    keyfilePasswordPairs

    tuples of json keyfiles and passwords to be imported

    returns

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

  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def signTransaction[P <: Proposition, TX <: Transaction[_, P]](addresses: Set[Address], transaction: TX)(f: (Address) => (Array[Byte]) => ListMap[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

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

Inherited from AnyRef

Inherited from Any

Ungrouped