ReceiptCall constructor

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

Implementation

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