From b42faa29af01eb8333a0100eb23f2e9d8e9471d4 Mon Sep 17 00:00:00 2001 From: spacehaz Date: Wed, 18 Dec 2024 16:56:16 +0300 Subject: [PATCH] updates for readme --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e28c63..d9d0a41 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 0289a9b..e3d598a 100644 --- a/package.json +++ b/package.json @@ -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": [