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
I cannot get transactions by tonlib due to #93, so I requested by http to toncenter,and then parse to object in tonlib.
But there are problems:
The toncenter /getTransactions interface response body with result as the transaction array,but in RawTransactions(tonlib), it need transactions as transaction array, so I changed the key result to transactions
I cannot get transactions by tonlib due to #93, so I requested by http to toncenter,and then parse to object in tonlib.
But there are problems:
/getTransactions
interface response body withresult
as the transaction array,but in RawTransactions(tonlib), it needtransactions
as transaction array, so I changed the keyresult
totransactions
RawTransactions
object, it output error:How can I switch toncenter response to RawTransactions success ?
The toncenter response is like this:
The text was updated successfully, but these errors were encountered: