@othent/kms-unbundled
Version:
Arweave Oauth Othent wallets enabled Google Key Management Service.
13 lines (12 loc) • 439 B
text/typescript
// functions
export * from "./lib/mapping/connect";
export * from "./lib/mapping/decrypt";
export * from "./lib/mapping/disconnect";
export * from "./lib/mapping/encrypt";
export * from "./lib/mapping/getActiveKey";
export * from "./lib/mapping/getActivePublicKey";
export * from "./lib/mapping/getWalletNames";
export * from "./lib/mapping/sign";
export * from "./lib/mapping/signature";
// types
export * from "./types/mapping/connect";