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
logger.LogInformation("Acc info via RawGetAccountState(): balance = {Value} nanoton or {Value} TON",rast.Balance,TonUtils.Coins.FromNano(rast.Balance));
/// <param name="accountAddress">Address to get transactions for.</param>
66
+
/// <param name="fromTransactionId">Transaction to start from (this and previous will be returned).</param>
67
+
/// <param name="count">Number of transactions to return.</param>
68
+
/// <remarks>To get recent/last transactions - use LastTransactionId value from <see cref="RawGetAccountState(ITonClient, Types.AccountAddress)"/> or <see cref="TonClientExtensions.GetAccountState(ITonClient, Types.AccountAddress)"/> responses.</remarks>
/// <param name="privateKey">Private key to decode messages.</param>
101
+
/// <param name="accountAddress">Address to get transactions for.</param>
102
+
/// <param name="fromTransactionId">Transaction to start from (this and previous will be returned).</param>
103
+
/// <param name="count">Number of transactions to return.</param>
104
+
/// <remarks>To get recent/last transactions - use LastTransactionId value from <see cref="RawGetAccountState(ITonClient, Types.AccountAddress)"/> or <see cref="TonClientExtensions.GetAccountState(ITonClient, Types.AccountAddress)"/> responses.</remarks>
0 commit comments