AnchorTransactionsInfo constructor

AnchorTransactionsInfo(
  1. bool? enabled,
  2. bool? authenticationRequired
)

Implementation

AnchorTransactionsInfo(this.enabled, this.authenticationRequired);