TransactionDataV1 constructor
TransactionDataV1({})
Implementation
TransactionDataV1({
required this.gasConfig,
required this.inputs,
required this.transactions,
this.version = 1,
this.sender,
this.expiration
});