balance_exemptions property

List<BalanceExemption> balance_exemptions
getter/setter pair

BalanceExemptions is an array of BalanceExemption indicating which account balances could change without a corresponding Operation. BalanceExemptions should be used sparingly as they may introduce significant complexity for integrators that attempt to reconcile all account balance changes. If your implementation relies on any BalanceExemptions, you MUST implement historical balance lookup (the ability to query an account balance at any BlockIdentifier).

Implementation

// ignore: non_constant_identifier_names
List<BalanceExemption> balance_exemptions;