You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to get the user's wallet address using Blossom?
With code like fdpClient.account.wallet.address. It looks like this field is undefined in FD.
Unfortunately, it's not possible with the current implementation.
That's why it would be a good idea to replace all properties with methods in fdp-storage. Every access to blossom's fdp-storage is async, so the only way to implement it is by converting everything to async methods, to keep the same API.
Is it possible to get the user's wallet address using Blossom?
With code like
fdpClient.account.wallet.address
. It looks like this field isundefined
in FD.https://github.com/fairDataSociety/fairdrive-theapp/blob/4c4cbe47a2bec7c313dd5766bd005c34fed7d566/src/pages/drive/index.tsx#L86
@tomicvladan
The text was updated successfully, but these errors were encountered: