wallet-hd-derivation-kit
    Preparing search index...

    Interface SeedSource

    interface SeedSource {
        mnemonic?: string;
        passphrase?: string;
        seed?: Uint8Array<ArrayBufferLike>;
        seedHex?: string;
        validate?: boolean;
    }

    Hierarchy (View Summary)

    Index
    mnemonic?: string
    passphrase?: string
    seed?: Uint8Array<ArrayBufferLike>
    seedHex?: string
    validate?: boolean