UNPKG

@othent/kms-unbundled

Version:

Arweave Oauth Othent wallets enabled Google Key Management Service.

6 lines (5 loc) 236 B
/** * Get the active wallet address of the users wallet. This function assumes (and requires) a user is logged in. * @returns The active wallet address of the users wallet. */ export declare function getActiveKey(): Promise<string>;