Type alias ExportWalletBody
ExportWalletBody: {
encryptionKey: string;
supportedSchemes: {
curve: "ed25519" | "secp256k1" | "stark";
protocol: "CGGMP21" | "FROST" | "FROST_BITCOIN" | "KU23";
}[];
}
Type declaration
-
encryptionKey: string
-
supportedSchemes: {
curve: "ed25519" | "secp256k1" | "stark";
protocol: "CGGMP21" | "FROST" | "FROST_BITCOIN" | "KU23";
}[]