InputMessage constructor
const
InputMessage({})
Implementation
const InputMessage(
{required this.amount,
required this.sender,
required this.recipient,
required this.data,
required this.nonce,
required this.witnessIndex,
required this.dataLength,
required this.predicateLength,
required this.predicateDataLength,
required this.predicate,
required this.predicateData});