toncenter / tonweb

JavaScript SDK for TON (The Open Network)
MIT License
531 stars 152 forks source link

Type error #139

Open kratess opened 5 months ago

kratess commented 5 months ago

tonweb.getTransactions(address: Address | string, limit?: number, lt?: number, ,txhash?: string, ,lt_to?: number)

lt and lt_to should be string.

1) their values comes in strings when retrieved 2) their values parsed as int are to big to be stored in a 32int