public final class LedgerTransaction extends Object
| Modifier and Type | Method and Description |
|---|---|
static LedgerTransactionBuilder |
builder() |
String |
getBlockHash() |
BigInteger |
getBlockNumber() |
String |
getFrom() |
String |
getHash() |
String |
getMessage() |
BigInteger |
getNonce() |
String |
getTo() |
BigInteger |
getTransactionIndex() |
BigInteger |
getValue() |
public static LedgerTransactionBuilder builder()
public String getHash()
public BigInteger getNonce()
public String getBlockHash()
public BigInteger getBlockNumber()
public BigInteger getTransactionIndex()
public String getFrom()
public String getTo()
public BigInteger getValue()
public String getMessage()
Copyright © 2019. All rights reserved.