UNPKG

@othent/kms-unbundled

Version:

Arweave Oauth Othent wallets enabled Google Key Management Service.

6 lines (5 loc) 235 B
/** * Get the owner (jwk.n) field of the users wallet. This function assumes (and requires) a user is logged in. * @returns The owner (jwk.n) field of the users wallet. */ export declare function getActivePublicKey(): Promise<any>;