Class LedgerTransaction

java.lang.Object
io.vertigo.audit.ledger.LedgerTransaction

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

    • builder

      public static LedgerTransactionBuilder builder()
    • 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