NodeCryptoConfigResponse constructor

NodeCryptoConfigResponse(
  1. NodeCryptoConfigExceptions exceptions,
  2. Map<String, dynamic> genesisBlock,
  3. List<Map<String, dynamic>> milestones,
  4. NodeCryptoConfigNetwork network,
)

Implementation

NodeCryptoConfigResponse(
  this.exceptions,
  this.genesisBlock,
  this.milestones,
  this.network,
);