TransactionCreate constructor
const
TransactionCreate({})
Implementation
const TransactionCreate(
{required this.gasPrice,
required this.gasLimit,
required this.maturity,
required this.bytecodeLength,
required this.bytecodeWitnessIndex,
required this.salt,
required this.storageSlots,
required this.inputs,
required this.outputs,
required this.witnesses});