Skip to content

Commit

Permalink
fix of account-info structure (#309)
Browse files Browse the repository at this point in the history
Co-authored-by: Andriy <andriy.vasyltsiv@gmail.com>
  • Loading branch information
1llusion1st and 1llusion1st authored Dec 12, 2022
1 parent ccecb66 commit 8b830c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions types/account_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ package types

// AccountInfo contains information of an account
type AccountInfo struct {
Nonce U32
Consumers U32
Providers U32
Nonce U32
Consumers U32
Providers U32
Sufficients U32
Data struct {
Free U128
Reserved U128
Expand Down

0 comments on commit 8b830c5

Please sign in to comment.