useEuenoContext()
The useEuenoContext()
hook returns some user information including:
account: string - owallet account of user
publicKey: string - the public key of user
token: string - token after login
userInfo: this param can be null or
UserInfo
type. The UserInfo has interface as below:
Example
Last updated