WriteFilesFlowRegisterOptions constructor

const WriteFilesFlowRegisterOptions({
  1. required int epochs,
  2. required String owner,
  3. required bool deletable,
  4. Map<String, String?>? attributes,
  5. String? walCoinObjectId,
  6. String? walType,
  7. BigInt? storageCost,
  8. BigInt? writeCost,
  9. int? encodedSize,
})

Implementation

const WriteFilesFlowRegisterOptions({
  required this.epochs,
  required this.owner,
  required this.deletable,
  this.attributes,
  this.walCoinObjectId,
  this.walType,
  this.storageCost,
  this.writeCost,
  this.encodedSize,
});