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

    Interface DerivedAddress

    interface DerivedAddress {
        account: number;
        address: string;
        chain: ChainId;
        change: number;
        curve: Curve;
        index: number;
        path: string;
        publicKeyHex: string;
        schemaVersion: 1;
        scriptType: ScriptType;
    }
    Index
    account: number
    address: string
    chain: ChainId
    change: number
    curve: Curve
    index: number
    path: string
    publicKeyHex: string
    schemaVersion: 1
    scriptType: ScriptType