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 LedgerTransactionBuilder
builder()
String
getBlockHash()
BigInteger
getBlockNumber()
String
getFrom()
String
getHash()
String
getMessage()
BigInteger
getNonce()
String
getTo()
BigInteger
getTransactionIndex()
BigInteger
getValue()
-
-
-
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
-
-