ankr.js
ankr.js copied to clipboard
fix: request type in `getNftTransfers` and missing `await` in `send`
getNftTransfersnow correctly expectsGetNftTransfersRequestinstead ofGetTransfersRequest.- Added missing
awaitinsend<TReply>to ensure proper error handling.