# [Ride v5] BalanceDetails
⚠️ This is the documentation for the Standard library version 5. We recommend to use version 6. Go to version 6
Structure that contains WAVES balances of account. The structure is returned by the wavesBalance built-in function. For description of balance types, see the Account Balance article.
# 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.