Skip to content

Commit

Permalink
updates for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehaz committed Dec 18, 2024
1 parent 49276ca commit b42faa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@ if (claimLink instanceof ClaimLink) {


### ClaimLink properties:
- _transferId_ (string, transfer unique id, e.g. "1695985897077")
- _transferId_ (string, transfer unique id, e.g. "1695985897077")- - _pendingTxs_ (number) how many Linkdrop transactions there are that are stuck in the mempool
- _pendingTxSubmittedBn_ (number) block number when the transaction was submitted for the inclusion into blockchain
- _pendingTxSubmittedAt_ (number) UNIX timestamp when the oldest pending transaction was submitted for the inclusion into blockchain
- _pendingBlocks_ (number) how many blocks the oldest pending transaction has been stuck in the mempool.
- _tokenType_ (string, token standard type, one of `'NATIVE' | 'ERC20' | ;'ERC721' | 'ERC1155'`)
- _amount_ (string, atomic amount of tokens receiver going to claim, e.g. "1000000" for 1 USDC)
- _fee_ (string, atomic amount of tokens sender needs to pay as a fee, e.g. "100000" or 0.1 USDC)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkdrop-sdk",
"version": "3.14.0-alpha-rc.7",
"version": "3.14.0-beta",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit b42faa2

Please sign in to comment.