Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
Update integrations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed Jun 3, 2019
1 parent be901cb commit 7da10e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/developers/integrations.md
Expand Up @@ -125,7 +125,9 @@ Promise returns Object - A transaction receipt object, or null when no receipt w
- `logs` - `Array`: Array of log objects, which this transaction generated.

## Irreversible blocks
In normal case, you can wait for 60 confirmations, then checking block finality via `eth_getBlockFinalityByNumber` or `eth_getBlockFinalityByHash` API (https://apidocs.tomochain.com/#eth_getblockfinalitybynumber)
In normal case, you can wait for 60 confirmations, then checking block finality via `eth_getBlockFinalityByNumber` or `eth_getBlockFinalityByHash` API:
- [eth_getBlockFinalityByNumber](https://apidocs.tomochain.com/#eth_getblockfinalitybynumber)
- [eth_getBlockFinalityByHash](https://apidocs.tomochain.com/#eth_getblockFinalitybyhash)

If `result` > 75, it means block finality and Irreversible.

Expand Down

0 comments on commit 7da10e7

Please sign in to comment.