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
The `receipt` (or response) typically takes ~15 seconds (Ethereum block time) to produce, stamp, and verify. It may take longer depending on how congested the blockchain is. Once you receive a response it'll contain the following information.
54
+
```javascript
55
+
{
56
+
info: { chain:'ropsten' },
57
+
fact:'BitFact:file|sha256:d15ec3fd4c6|memo:this is memo',
0 commit comments