Package io.vertigo.audit.ledger
Class LedgerTransaction
- java.lang.Object
-
- io.vertigo.audit.ledger.LedgerTransaction
-
public final class LedgerTransaction extends Object
- Author:
- xdurand
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LedgerTransactionBuilderbuilder()StringgetBlockHash()BigIntegergetBlockNumber()StringgetFrom()StringgetHash()StringgetMessage()BigIntegergetNonce()StringgetTo()BigIntegergetTransactionIndex()BigIntegergetValue()
-
-
-
Method Detail
-
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
-
-