TransactionData constructor
TransactionData({})
Implementation
TransactionData(
{required this.gasData,
required this.inputs,
required this.commands,
this.version = 2,
this.sender,
this.expiration});