ChainProperties constructor

ChainProperties({
  1. String? accountCreationFee,
  2. int? accountSubsidyBudget,
  3. int? accountSubsidyDecay,
  4. int? hbdInterestRate,
  5. int? maximumBlockSize,
})

Implementation

ChainProperties({
  this.accountCreationFee,
  this.accountSubsidyBudget,
  this.accountSubsidyDecay,
  this.hbdInterestRate,
  this.maximumBlockSize,
});