| Package | Description |
|---|---|
| com.beowulfchain.beowulfj | |
| com.beowulfchain.beowulfj.plugins.apis.condenser | |
| com.beowulfchain.beowulfj.plugins.apis.database.models |
| Modifier and Type | Method and Description |
|---|---|
Supernode |
BeowulfJ.getSupernodeByAccount(AccountName supernodeName)
Get the supernode information for a given supernode account name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Supernode> |
BeowulfJ.getSupernodes()
Get all supernodes.
|
List<Supernode> |
BeowulfJ.getSupernodesByVote(AccountName supernodeName,
int limit,
int vestingShare)
Get a list of supernodes sorted by the amount of votes.
|
| Modifier and Type | Method and Description |
|---|---|
static Supernode |
CondenserApi.getSupernodeByAccount(CommunicationHandler communicationHandler,
AccountName supernodeAccount)
(get_supernode_by_account)
|
| Modifier and Type | Method and Description |
|---|---|
static List<Supernode> |
CondenserApi.getSupernodesByVote(CommunicationHandler communicationHandler,
AccountName supernodeAccount,
int limit,
int vestingShare)
(get_supernodes_by_vote)
|
| Modifier and Type | Method and Description |
|---|---|
List<Supernode> |
ListSupernodesReturn.getSupernodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSupernodesReturn.setSupernodes(List<Supernode> supernodes) |
Copyright © 2019. All rights reserved.