WalletTransactionEntity constructor
const
WalletTransactionEntity({
- required String blockNumber,
- required String timeStamp,
- required String hash,
- required String nonce,
- required String blockHash,
- required String transactionIndex,
- required String from,
- required String to,
- required String value,
- required String gas,
- required String gasPrice,
- required String isError,
- required String txreceiptStatus,
Implementation
const WalletTransactionEntity(
{required this.blockNumber,
required this.timeStamp,
required this.hash,
required this.nonce,
required this.blockHash,
required this.transactionIndex,
required this.from,
required this.to,
required this.value,
required this.gas,
required this.gasPrice,
required this.isError,
required this.txreceiptStatus});