UNPKG
@othent/kms-unbundled
Version:
latest (1.0.5)
1.0.5
1.0.2
1.0.1
Arweave Oauth Othent wallets enabled Google Key Management Service.
othent.io
Othent/KMS-JS-new
@othent/kms-unbundled
/
dist
/
lib
/
mapping
/
getActivePublicKey.d.ts
6 lines
(5 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 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
>;