AssetAccounts constructor

AssetAccounts(
  1. int authorized,
  2. int authorizedToMaintainLiabilities,
  3. int unauthorized
)

Implementation

AssetAccounts(
    this.authorized, this.authorizedToMaintainLiabilities, this.unauthorized);