ankr.js icon indicating copy to clipboard operation
ankr.js copied to clipboard

fix: request type in `getNftTransfers` and missing `await` in `send`

Open mdqst opened this issue 9 months ago • 0 comments

  • getNftTransfers now correctly expects GetNftTransfersRequest instead of GetTransfersRequest.
  • Added missing await in send<TReply> to ensure proper error handling.

mdqst avatar Mar 27 '25 07:03 mdqst