Interface crypto_entropy_t

Represents cryptographic entropy

interface crypto_entropy_t {
    entropy: string;
    mnemonic_phrase: string;
    timestamp: number;
}

Properties

entropy: string

The raw entropy encoded as a hexadecimal string

mnemonic_phrase: string

The mnemonic phrase that represents the entropy

timestamp: number

The UNIX timestamp that the entropy was created (if properly stored within the entropy)