Skip to content

Commit

Permalink
Mark deprecared method
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsonevv committed Sep 27, 2024
1 parent 9d4ce32 commit d6c6343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/near-sdk-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <span style="color:#d9534f;">**Deprecated**</span>

- `blockHeight()` -- Returns the current block height.

Expand Down

0 comments on commit d6c6343

Please sign in to comment.