# [Ride v4 and v3] BalanceDetails
⚠️ This is the documentation for the Standard library version 4 and 3. We recommend to use version 6. Go to version 6
⚠️ The
BalanceDetailsstructure is introduced in Standard library version 4.
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.