NodeCryptoConfigExceptions constructor

NodeCryptoConfigExceptions(
  1. List<String>? blocks,
  2. List<String>? transactions,
  3. Map<String, String>? outlookTable,
  4. Map<String, String>? transactionIdFixTable,
)

Implementation

NodeCryptoConfigExceptions(
  this.blocks,
  this.transactions,
  this.outlookTable,
  this.transactionIdFixTable,
);