ReceiptMessageOut constructor
const
ReceiptMessageOut({})
Implementation
const ReceiptMessageOut({
required this.sender,
required this.recipient,
required this.amount,
required this.nonce,
required this.digest,
required this.data,
});