Skip to content

Commit 2e99247

Browse files
author
Zach Alam
authored
Update README.md
1 parent c837b4c commit 2e99247

1 file changed

Lines changed: 7 additions & 21 deletions

File tree

README.md

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,29 +52,15 @@ const receipt = await bitfact.file(pathToFile, memo);
5252
```
5353

5454
#### 🧾 Sample Response (Receipt).
55-
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.
55+
The `receipt` (or response) typically takes 15-30 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.
5656
```javascript
5757
{
58-
info: { chain: 'ropsten' },
59-
fact: {
60-
BitFact: 'file',
61-
sha256: 'd2fb204b925188c4240571be35e1d5b5ec3fd4c6',
62-
memo: 'this is the memo'
63-
},
64-
hash: 'd2fb204b925188a9ac4240571be35e1d5b5ec3fd4c6',
65-
stamp: {
66-
blockHash: '0x400938bdc4c4eddf90ff70de20e37a25f77d66282',
67-
blockNumber: 9137050,
68-
contractAddress: null,
69-
cumulativeGasUsed: 322932,
70-
from: '0x9bdf7a7f7fdf391b6efd32d16c2594ade09ff041',
71-
gasUsed: 22696,
72-
logs: [],
73-
logsBloom: '0x000000000000000000000000000000000',
74-
status: true,
75-
to: '0xface74f0d85cf2fc5a7cd4f55258493c0535f89b',
76-
transactionHash: '0x64f87ea0a936ca0c65dc093c8dd143191ba',
77-
transactionIndex: 10
58+
txid: '0x89ce46371c55e86142611b4e2bd8ef59f642ab24abec041456',
59+
hash: '7f83b1657ff1fc535dfc2d4b1fa3d677284addd200126d9069',
60+
meta: {
61+
info: { chain: 'ropsten' },
62+
fact: { ... },
63+
tx: { ... }
7864
}
7965
}
8066
```

0 commit comments

Comments
 (0)