KasTxData constructor

KasTxData({
  1. required int version,
  2. required List<Input> inputs,
  3. required List<Output> outputs,
  4. required String lockTime,
  5. required String subnetworkId,
  6. required bool allowOrphan,
})

Implementation

KasTxData(
    {required this.version,
    required this.inputs,
    required this.outputs,
    required this.lockTime,
    required this.subnetworkId,
    required this.allowOrphan});