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

    Interface DerivationOptions

    interface DerivationOptions {
        account?: number;
        chain?: ChainId;
        change?: number;
        count?: number;
        format?: ExtendedKeyFormat;
        index?: number;
        mnemonic?: string;
        passphrase?: string;
        path?: string;
        scriptType?: ScriptType;
        seed?: Uint8Array<ArrayBufferLike>;
        seedHex?: string;
        source?: SeedSource;
        start?: number;
        validate?: boolean;
    }

    Hierarchy (View Summary)

    Index
    account?: number
    chain?: ChainId
    change?: number
    count?: number
    index?: number
    mnemonic?: string
    passphrase?: string
    path?: string
    scriptType?: ScriptType
    seed?: Uint8Array<ArrayBufferLike>
    seedHex?: string
    source?: SeedSource
    start?: number
    validate?: boolean