Class LedgerTransaction


  • public final class LedgerTransaction
    extends Object
    Author:
    xdurand
    • Method Detail

      • getHash

        public String getHash()
        Returns:
        the hash
      • getNonce

        public BigInteger getNonce()
        Returns:
        the nonce
      • getBlockHash

        public String getBlockHash()
        Returns:
        the blockHash
      • getBlockNumber

        public BigInteger getBlockNumber()
        Returns:
        the blockNumber
      • getTransactionIndex

        public BigInteger getTransactionIndex()
        Returns:
        the transactionIndex
      • getFrom

        public String getFrom()
        Returns:
        the from
      • getTo

        public String getTo()
        Returns:
        the to
      • getValue

        public BigInteger getValue()
        Returns:
        the value
      • getMessage

        public String getMessage()
        Returns:
        the message