You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And of course I need full a form of transaction, to get from, where and amount. I can't decide if i need this tx now, because i see only destination address in short form. So i'm doing a next step.
Getting full transaction info through /getTransactions endpoint.
Is it possible to get rid of step 2 and provide full info in /getBlockTransactions like we have /getAddressInformation and /getExtendedAddressInformation?
The text was updated successfully, but these errors were encountered:
I need to do a basic thing. I have N wallets in db and i want to scan blockchain and write transactions i need to database.
/getConsensusBlock
to get last block, then/shards
to get workchain blocks and/getBlockTransactions
to get transactions.Now we have transactions in short form.
And of course I need full a form of transaction, to get
from
,where
andamount
. I can't decide if i need this tx now, because i see only destination address in short form. So i'm doing a next step./getTransactions
endpoint.Is it possible to get rid of step 2 and provide full info in
/getBlockTransactions
like we have/getAddressInformation
and/getExtendedAddressInformation
?The text was updated successfully, but these errors were encountered: