UNPKG

@othent/kms-unbundled

Version:

Arweave Oauth Othent wallets enabled Google Key Management Service.

12 lines (9 loc) 204 B
export interface GenerateKeyReturnType { mnemonic: string; JWK: any; } export interface ImportKeyReturnType { importedKey: any; mnemonic: string; } export interface ImportCryptoKeyReturnType {}