object Brambl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Brambl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type KeyRing_PK25519 = KeyRing[PrivateKeyCurve25519, KeyfileCurve25519]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()