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
It is possible to attach URIs to a document:
doc.addUri('https://example.com/foo.txt', spender).then(() => {
// the transactions have been sent to the network
});
If the given URI is too long to fit into a transaction, an error is thrown.
The text was updated successfully, but these errors were encountered:
As described in the perpera lib documentation:
The text was updated successfully, but these errors were encountered: