toncenter / tonweb

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

how to see the last 100 transactions? #98

Open Serg95off opened 1 year ago

Serg95off commented 1 year ago

const history = await tonweb.getTransactions(address); for me it displays an array of the last 30 transactions... if i want to know transaction id 100 history[100] i get an answer.... TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received undefined how to print 100 transactions?

895268679long commented 6 months ago

May I ask how to convert mnemonics into public and private keys?