Transaction constructor
Transaction({
- String? hash,
- String? nonce,
- String? transactionIndex,
- String? fromAddress,
- String? toAddress,
- String? value,
- String? gas,
- String? gasPrice,
- String? input,
- String? receiptCumulativeGasUsed,
- String? receiptGasUsed,
- String? receiptContractAddress,
- String? receiptRoot,
- String? receiptStatus,
- String? blockTimestamp,
- String? blockNumber,
- String? blockHash,
- List<
int> ? transferIndex, - String? toAddressLabel,
Implementation
Transaction({
this.hash,
this.nonce,
this.transactionIndex,
this.fromAddress,
this.toAddress,
this.value,
this.gas,
this.gasPrice,
this.input,
this.receiptCumulativeGasUsed,
this.receiptGasUsed,
this.receiptContractAddress,
this.receiptRoot,
this.receiptStatus,
this.blockTimestamp,
this.blockNumber,
this.blockHash,
this.transferIndex,
this.toAddressLabel,
});