AnchorFeatureFlags constructor

AnchorFeatureFlags(
  1. bool accountCreation,
  2. bool claimableBalances
)

Implementation

AnchorFeatureFlags(this.accountCreation, this.claimableBalances);