Skip to content

Commit

Permalink
Regenerate code from specification file (algorand#641)
Browse files Browse the repository at this point in the history
Co-authored-by: Algorand Generation Bot <codegen@algorand.com>
  • Loading branch information
2 people authored and d13co committed Aug 29, 2024
1 parent 54e7e7d commit ad4f3ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/v2/common/models/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ type Account struct {
// LastProposed the round in which this account last proposed the block.
LastProposed uint64 `json:"last-proposed,omitempty"`

// MinBalance microAlgo balance required by the account.
// The requirement grows based on asset and application usage.
MinBalance uint64 `json:"min-balance"`

// Participation accountParticipation describes the parameters used by this account
// in consensus protocol.
Participation AccountParticipation `json:"participation,omitempty"`
Expand Down

0 comments on commit ad4f3ca

Please sign in to comment.