Class BlockchainTransactionData

java.lang.Object
i5.las2peer.registry.data.BlockchainTransactionData

public class BlockchainTransactionData extends Object
Represents the raw ethereum blockchain transaction
  • Constructor Details

  • Method Details

    • getBlockNumber

      public BigInteger getBlockNumber()
    • getGas

      public BigInteger getGas()
    • getGasPrice

      public BigInteger getGasPrice()
    • getNonce

      public BigInteger getNonce()
    • getTransactionIndex

      public BigInteger getTransactionIndex()
    • getFrom

      public String getFrom()
    • getInput

      public String getInput()
    • getTo

      public String getTo()
    • getBlockTimeStamp

      public BigInteger getBlockTimeStamp()
    • getValue

      public BigInteger getValue()
    • setBlockNumber

      public void setBlockNumber(BigInteger blockNumber)
    • setGas

      public void setGas(BigInteger gas)
    • setGasPrice

      public void setGasPrice(BigInteger gasPrice)
    • setNonce

      public void setNonce(BigInteger nonce)
    • setTransactionIndex

      public void setTransactionIndex(BigInteger transactionIndex)
    • setFrom

      public void setFrom(String from)
    • setInput

      public void setInput(String input)
    • setTo

      public void setTo(String to)
    • setBlockTimeStamp

      public void setBlockTimeStamp(BigInteger blockTimeStamp)
    • setValue

      public void setValue(BigInteger value)
    • toString

      public String toString()
      Overrides:
      toString in class Object