any example on how to decode the result form tonClient.getTransactions()?
from Doubleweb3
https://ton-community.github.io/ton/classes/TonClient.html#getTransaction
it returns a list of transactions:
Returns Promise address: bigint;
description: TransactionDescription;
endStatus: AccountStatus;
inMessage: undefined | Message;
lt: bigint;
now: number;
oldStatus: AccountStatus;
outMessages: Dictionary;
outMessagesCount: number;
prevTransactionHash: bigint;
prevTransactionLt: bigint;
stateUpdate: HashUpdate;
totalFees: CurrencyCollection;
}>
I want to know how to decode the outMessage, inMessage and address from bigint to string address. Please help!
š Answer on TON Overflow
outMessagesCount: number;
prevTransactionHash: bigint;
prevTransactionLt: bigint;
stateUpdate: HashUpdate;
totalFees: CurrencyCollection;
}>
I want to know how to decode the outMessage, inMessage and address from bigint to string address. Please help!
š Answer on TON Overflow
Oct 9, 2023, 4:45 PM
Anyone who can help?
Oct 9, 2023, 6:56 PM