@othent/kms-unbundled
Version:
Arweave Oauth Othent wallets enabled Google Key Management Service.
11 lines (10 loc) • 417 B
TypeScript
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";
export * from "./types/mapping/connect";