NodeCryptoConfigNetwork constructor

NodeCryptoConfigNetwork(
  1. String name,
  2. String messagePrefix,
  3. Map<String, int> bip32,
  4. int pubKeyHash,
  5. String nethash,
  6. int wif,
  7. int slip44,
  8. int aip20,
  9. Map<String, String> client,
)

Implementation

NodeCryptoConfigNetwork(
  this.name,
  this.messagePrefix,
  this.bip32,
  this.pubKeyHash,
  this.nethash,
  this.wif,
  this.slip44,
  this.aip20,
  this.client,
);