Skip to content

Commit

Permalink
add a token_balance field to the account stat
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhar-petukhov committed Nov 15, 2024
1 parent df484c6 commit d0010bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/core/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ type Contract struct {
LastTransactionLt uint64
}

type AccountStats struct {
type AccountStat struct {
TonBalance int64
AccountID ton.AccountID
NftsCount int32
JettonsCount int32
Expand Down

0 comments on commit d0010bd

Please sign in to comment.