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

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

  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. 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

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

Inherited from AnyRef

Inherited from Any

Ungrouped