PrivateKey

object PrivateKey
Companion:
class
Source:
Crypto.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(data: BigInteger): PrivateKey
def apply(data: BigInt): PrivateKey
def fromBase58(value: String, prefix: Byte): (PrivateKey, Boolean)
def fromBin(data: ByteVector): (PrivateKey, Boolean)
Value parameters:
data

serialized private key in bitcoin format

Returns:

the de-serialized key

Source:
Crypto.scala