From d6c6343c60b867716680b5000e087d581d0504e2 Mon Sep 17 00:00:00 2001 From: Georgi Tsonev Date: Fri, 27 Sep 2024 09:37:02 +0300 Subject: [PATCH] Mark deprecared method --- packages/near-sdk-js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/near-sdk-js/README.md b/packages/near-sdk-js/README.md index bc57c3b3..ed12dcbf 100644 --- a/packages/near-sdk-js/README.md +++ b/packages/near-sdk-js/README.md @@ -86,7 +86,7 @@ NEAR-SDK-JS is written in TypeScript, so every API function has a type specified - `input()` -- Returns the arguments passed to the current smart contract call as utf-8 string. -- `blockIndex()` -- Returns the current block index. +- `blockIndex()` -- Returns the current block index. **Deprecated** - `blockHeight()` -- Returns the current block height.