# [Ride v5] BalanceDetails
⚠️ This is the documentation for the Standard Library version 5, which is currently available for Stagenet only. Go to Mainnet version
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.
# Конструктор
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.