OutputChange constructor

const OutputChange({
  1. required String to,
  2. required BigInt? amount,
  3. required String assetId,
})

Implementation

const OutputChange(
    {required this.to, required this.amount, required this.assetId});