diff --git a/pkg/core/account.go b/pkg/core/account.go index 57581f14..2d5942ef 100644 --- a/pkg/core/account.go +++ b/pkg/core/account.go @@ -56,7 +56,8 @@ type Contract struct { LastTransactionLt uint64 } -type AccountStats struct { +type AccountStat struct { + TonBalance int64 AccountID ton.AccountID NftsCount int32 JettonsCount int32