toEntity method

Implementation

WalletTransactionEntity toEntity() => WalletTransactionEntity(
    blockNumber: blockNumber,
    timeStamp: timeStamp,
    hash: hash,
    nonce: nonce,
    blockHash: blockHash,
    transactionIndex: transactionIndex,
    from: from,
    to: to,
    value: value,
    gas: gas,
    gasPrice: gasPrice,
    isError: isError,
    txreceiptStatus: txreceiptStatus);