Dfns TypeScript SDK - v0.7.14
    Preparing search index...
    type ExportWalletBody = {
        encryptionKey: string;
        supportedSchemes: {
            curve: "ed25519" | "secp256k1" | "stark";
            protocol: "CGGMP21" | "FROST" | "FROST_BITCOIN" | "GLOW20_DH" | "KU23";
        }[];
    }
    Index

    Properties

    encryptionKey: string
    supportedSchemes: {
        curve: "ed25519" | "secp256k1" | "stark";
        protocol: "CGGMP21" | "FROST" | "FROST_BITCOIN" | "GLOW20_DH" | "KU23";
    }[]