Skip to main content

SeedFingerprint

A ZIP32 seed fingerprint. Essentially a Blake2b hash of the seed.

This is a wrapper around the zip32::fingerprint::SeedFingerprint type.

Index

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

  • free(): void
  • Returns void

to_bytes

  • to_bytes(): Uint8Array
  • Returns Uint8Array

staticfrom_bytes