ton-core / ton

Most popular TON Typescript Library
MIT License
69 stars 56 forks source link

TonClient4 - call get method changes #7

Closed shaharyakir closed 1 year ago

shaharyakir commented 1 year ago
  1. Change to callGetMethod (or change TonClient to runMethod), if there's no good reason for them to be different.
  2. Response should return a TupleReader, similar to TonClient
dvlkv commented 1 year ago

Fixed here