class Seed
(source)
A Box key pair seed.
fun bytes(): Bytes |
|
fun bytesArray(): ByteArray |
|
fun equals(other: Any?): Boolean |
|
static fun fromBytes(bytes: Bytes): Seed static fun fromBytes(bytes: ByteArray): Seed
Create a Seed from an array of bytes. The byte array must be of length |
|
fun hashCode(): Int |
|
static fun length(): Int
Obtain the length of the seed in bytes (32). |
|
static fun random(): Seed
Generate a new Seed using a random generator. |