# BalanceDetails
Structure that contains WAVES balances of account. For description of balance types, see the Account Balance article.
The BalanceDetails
structure is returned by the wavesBalance built-in function.
# Constructor
BalanceDetails(available: Int, regular: Int, generating: Int, effective: Int)
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | available | Int | Available balance |
2 | regular | Int | Regular balance |
3 | generating | Int | Generating balance |
4 | effective | Int | Effective balance |
All balances are given in WAVELETs.