SeedWords

data class SeedWords(val mnemonics: Array<String>, val seed: Seed)(source)

Represents a set of seed words along with the corresponding seed object.

Constructors

Link copied to clipboard
constructor(mnemonics: Array<String>, seed: Seed)

Properties

Link copied to clipboard

An array of seed words.

Link copied to clipboard
val seed: Seed

The seed object used for key generation.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compares this SeedWords object to the specified other object for equality.

Link copied to clipboard
open override fun hashCode(): Int

Calculates the hash code for the SeedWords object.