UNPKG

@othent/kms-unbundled

Version:

Arweave Oauth Othent wallets enabled Google Key Management Service.

11 lines (10 loc) 211 B
export interface GenerateKeyReturnType { mnemonic: string; JWK: any; } export interface ImportKeyReturnType { importedKey: any; mnemonic: string; } export interface ImportCryptoKeyReturnType { }