| Modifier and Type | Method and Description |
|---|---|
Map<BigInteger,AppliedOperation> |
OperationHistoryHashMapDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.joou.UInteger,AppliedOperation> |
GetAccountHistoryReturn.getHistory()
Get the requested history for the requested account.
|
List<AppliedOperation> |
GetOpsInBlockReturn.getOperations()
Get the list of
AppliedOperations returned from
the Beowulf Node. |
| Modifier and Type | Method and Description |
|---|---|
Map<org.joou.UInteger,AppliedOperation> |
AppliedOperationHashMapDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
AppliedOperation |
AccountHistoryReturn.getAppliedOperation() |
| Modifier and Type | Method and Description |
|---|---|
Map<BigInteger,AppliedOperation> |
ExtendedAccount.getMarketHistory() |
Map<BigInteger,AppliedOperation> |
ExtendedAccount.getOtherHistory() |
Map<BigInteger,AppliedOperation> |
ExtendedAccount.getPostHistory() |
Map<BigInteger,AppliedOperation> |
ExtendedAccount.getTransferHistory() |
Map<BigInteger,AppliedOperation> |
ExtendedAccount.getVoteHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountHistoryReturn.setAppliedOperation(AppliedOperation appliedOperation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedAccount.setMarketHistory(Map<BigInteger,AppliedOperation> marketHistory) |
void |
ExtendedAccount.setOtherHistory(Map<BigInteger,AppliedOperation> otherHistory) |
void |
ExtendedAccount.setPostHistory(Map<BigInteger,AppliedOperation> postHistory) |
void |
ExtendedAccount.setTransferHistory(Map<BigInteger,AppliedOperation> transferHistory) |
void |
ExtendedAccount.setVoteHistory(Map<BigInteger,AppliedOperation> voteHistory) |
Copyright © 2019. All rights reserved.