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

    Properties

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