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

    Interface AccountPublicKeyResult

    interface AccountPublicKeyResult {
        chain: ChainId;
        curve: Curve;
        extendedPublicKey: string;
        format: ExtendedKeyFormat;
        path: string;
        publicKeyHex: string;
        schemaVersion: 1;
    }
    Index
    chain: ChainId
    curve: Curve
    extendedPublicKey: string
    path: string
    publicKeyHex: string
    schemaVersion: 1