AnchorTransactionInfo constructor

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

Implementation

AnchorTransactionInfo(this.enabled, this.authenticationRequired);