SeedFingerprint
Index
Constructors
Methods
Constructors
constructor
Construct a new SeedFingerprint
Arguments
seed
- At least 32 bytes of entry. Care should be taken as to how this is derived
Parameters
seed: Uint8Array
Returns SeedFingerprint
Methods
free
Returns void
to_bytes
Returns Uint8Array
staticfrom_bytes
Parameters
bytes: Uint8Array
Returns SeedFingerprint
A ZIP32 seed fingerprint. Essentially a Blake2b hash of the seed.
This is a wrapper around the
zip32::fingerprint::SeedFingerprint
type.