From ad4f3cada5442129f76bce6fe834539539135b0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 12:43:30 -0400 Subject: [PATCH] Regenerate code from specification file (#641) Co-authored-by: Algorand Generation Bot --- client/v2/common/models/account.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/v2/common/models/account.go b/client/v2/common/models/account.go index 6556868f..ffcb3573 100644 --- a/client/v2/common/models/account.go +++ b/client/v2/common/models/account.go @@ -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"`