ExportWalletBody: {
    encryptionKey: string;
    supportedSchemes: SupportedExportScheme[];
}

Type declaration

  • encryptionKey: string

    Encryption public key that will be used by signers to encrypt the exported wallet key shares. The purpose of encrypting key shares is to have them extra-safe and not usable in any place in the system until they are safely returned back to the client issuing the export command.

  • supportedSchemes: SupportedExportScheme[]

    The schemes supported by the client issuing the export request, for private key reconstruction.

Generated using TypeDoc