| Modifier and Type | Method and Description |
|---|---|
List<AccountName> |
BeowulfJ.getActiveSupernodes()
Get the list of the current active supernodes.
|
| Modifier and Type | Method and Description |
|---|---|
AccountCreateOperation |
BeowulfJ.createAccount(AccountName creator,
Asset fee,
AccountName newAccount,
Authority owner,
String jsonMetadata) |
List<AccountHistoryReturn> |
BeowulfJ.getAccountHistory(AccountName accountName,
org.joou.ULong start,
org.joou.UInteger limit)
Deprecated.
|
Asset |
BeowulfJ.getBalance(AccountName accountName,
AssetInfo assetInfo) |
static org.apache.commons.lang3.tuple.ImmutablePair<PublicKey,String> |
BeowulfJ.getPrivateKeyFromPassword(AccountName account,
PrivateKeyType role,
String beowulfPassword)
Get the private and public key of a given type for the given
account |
Supernode |
BeowulfJ.getSupernodeByAccount(AccountName supernodeName)
Get the supernode information for a given supernode account name.
|
List<Supernode> |
BeowulfJ.getSupernodesByVote(AccountName supernodeName,
int limit,
int vestingShare)
Get a list of supernodes sorted by the amount of votes.
|
SmtCreateOperation |
BeowulfJ.smtCreate(AccountName controlAccount,
AccountName creator,
AssetInfo assetInfo,
Asset smtCreationFee,
long maxSupply) |
TransferOperation |
BeowulfJ.transfer(AccountName from,
AccountName to,
Asset amount,
Asset fee,
String memo)
Transfer currency from specified account to recipient.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExtendedAccount> |
BeowulfJ.getAccounts(List<AccountName> accountNames) |
| Modifier and Type | Method and Description |
|---|---|
AccountName |
BeneficiaryRouteType.getAccount()
Get the account who is the beneficiary of this comment.
|
AccountName |
Account.getName() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeneficiaryRouteType.setAccount(AccountName account)
Define the beneficiary for this comment.
|
| Constructor and Description |
|---|
BeneficiaryRouteType(AccountName account,
short weight)
Create a new beneficiary route type.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.commons.lang3.tuple.Pair<AccountName,Long>> |
GuestBloggerPairDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Map<AccountName,Integer> |
AccountAuthHashMapDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountAuthHashMapSerializer.serialize(Map<AccountName,Integer> accountAuthMap,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
| Modifier and Type | Method and Description |
|---|---|
AccountName |
DeclineVotingRightsRequestObject.getAccount() |
AccountName |
SupernodeVote.getAccount() |
AccountName |
ChangeRecoveryAccountRequest.getAccountToRecover() |
AccountName |
VestingDelegation.getDelegatee() |
AccountName |
VestingDelegationExpiration.getDelegator() |
AccountName |
VestingDelegation.getDelegator() |
AccountName |
WithdrawVestingRoutes.getFromAccount() |
AccountName |
ChangeRecoveryAccountRequest.getRecoveryAccount() |
AccountName |
WithdrawVestingRoutes.getToAccount() |
AccountName |
SupernodeVote.getWitness() |
| Modifier and Type | Method and Description |
|---|---|
void |
VestingDelegation.setDelegatee(AccountName delegatee) |
void |
VestingDelegationExpiration.setDelegator(AccountName delegator) |
void |
VestingDelegation.setDelegator(AccountName delegator) |
| Modifier and Type | Method and Description |
|---|---|
AccountName |
BeowulfJConfig.getApiUsername()
Get the currently configured account name used to login at a Beowulf Node
to access protected APIs.
|
static AccountName |
BeowulfJConfig.getBeowulfJAccount() |
AccountName |
BeowulfJConfig.getDefaultAccount()
Get the currently configured default account name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountName> |
PrivateKeyStorage.getAccounts()
Get a list of account names for which private keys have been stored.
|
Map<AccountName,List<org.apache.commons.lang3.tuple.ImmutablePair<PrivateKeyType,eu.bittrade.crypto.core.ECKey>>> |
PrivateKeyStorage.getPrivateKeysPerAccounts()
Get the private key store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrivateKeyStorage.addAccount(AccountName accountName)
Add a new account to the key storage without providing private keys.
|
void |
PrivateKeyStorage.addAccount(AccountName accountName,
List<org.apache.commons.lang3.tuple.ImmutablePair<PrivateKeyType,String>> privateKeys)
Add a new account and a list of its private keys to the key storage.
|
void |
PrivateKeyStorage.addPrivateKeyToAccount(AccountName accountName,
org.apache.commons.lang3.tuple.ImmutablePair<PrivateKeyType,String> privateKey)
Add a private key to an already existing account.
|
eu.bittrade.crypto.core.ECKey |
PrivateKeyStorage.getKeyForAccount(PrivateKeyType privateKeyType,
AccountName accountName)
Get a private key of the given private key type for the given account
name.
|
List<org.apache.commons.lang3.tuple.ImmutablePair<PrivateKeyType,eu.bittrade.crypto.core.ECKey>> |
PrivateKeyStorage.removeAccount(AccountName accountName)
Removes the given Account and all its stored private keys from the key
storage.
|
void |
BeowulfJConfig.setApiUsername(AccountName apiUsername)
Set the account name which should be used to login to a node.
|
void |
BeowulfJConfig.setDefaultAccount(AccountName defaultAccount)
Set the default account used for simplified operations.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountName> |
GetKeyReferencesReturn.getAccounts() |
| Modifier and Type | Method and Description |
|---|---|
AccountName |
GetAccountHistoryArgs.getAccount() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccountHistoryArgs.setAccount(AccountName account)
Override the currently configured
account to request the
history for. |
| Constructor and Description |
|---|
GetAccountHistoryArgs(AccountName account,
org.joou.ULong start,
org.joou.UInteger limit)
Create a new
GetAccountHistoryArgs instance to be passed to the
AccountHistoryApi.getAccountHistory(CommunicationHandler, GetAccountHistoryArgs)
method. |
| Modifier and Type | Method and Description |
|---|---|
static List<AccountName> |
CondenserApi.getActiveSuperNodes(CommunicationHandler communicationHandler)
(get_active_supernodes)
|
| Modifier and Type | Method and Description |
|---|---|
static Supernode |
CondenserApi.getSupernodeByAccount(CommunicationHandler communicationHandler,
AccountName supernodeAccount)
(get_supernode_by_account)
|
static List<Supernode> |
CondenserApi.getSupernodesByVote(CommunicationHandler communicationHandler,
AccountName supernodeAccount,
int limit,
int vestingShare)
(get_supernodes_by_vote)
|
static Boolean |
CondenserApi.verifyAccountAuthority(CommunicationHandler communicationHandler,
AccountName accountName,
List<PublicKey> publicKeys) |
| Modifier and Type | Method and Description |
|---|---|
static List<Account> |
CondenserApi.getAccounts(CommunicationHandler communicationHandler,
List<AccountName> accounts)
(get_accounts)
|
static List<ExtendedAccount> |
CondenserApi.getExtAccounts(CommunicationHandler communicationHandler,
List<AccountName> accounts) |
| Modifier and Type | Method and Description |
|---|---|
AccountName |
FindSmtTokenByName.getControl_account() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.commons.lang3.tuple.Pair<AccountName,Long>> |
ExtendedAccount.getGuestBloggers() |
List<AccountName> |
ExtendedAccount.getWitnessVotes() |
| Modifier and Type | Method and Description |
|---|---|
void |
FindSmtTokenByName.setControl_account(AccountName control_account) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedAccount.setGuestBloggers(List<org.apache.commons.lang3.tuple.Pair<AccountName,Long>> guestBloggers) |
void |
ExtendedAccount.setWitnessVotes(List<AccountName> witnessVotes) |
| Modifier and Type | Method and Description |
|---|---|
static List<AccountName> |
DatabaseApi.getActiveSupernodes(CommunicationHandler communicationHandler)
Get the list of the current active supernodes.
|
| Modifier and Type | Method and Description |
|---|---|
AccountName |
OwnerAuthorityHistory.getAccount() |
AccountName |
DynamicGlobalProperty.getCurrentWitness() |
AccountName |
FindOwnerHistoriesArgs.getOwner() |
AccountName |
Supernode.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
List<AccountName> |
FindAccountsReturn.getAccounts() |
List<AccountName> |
ListAccountsReturn.getAccounts() |
List<AccountName> |
FindAccountsArgs.getAccounts() |
List<AccountName> |
SupernodeSchedule.getCurrentShuffledSupernodes() |
List<AccountName> |
FindSupernodesArgs.getOwners() |
| Modifier and Type | Method and Description |
|---|---|
void |
FindOwnerHistoriesArgs.setOwner(AccountName owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
FindAccountsArgs.setAccounts(List<AccountName> accounts) |
void |
FindSupernodesArgs.setOwners(List<AccountName> owners) |
| Constructor and Description |
|---|
FindOwnerHistoriesArgs(AccountName owner) |
| Constructor and Description |
|---|
FindAccountsArgs(List<AccountName> accounts) |
FindSupernodesArgs(List<AccountName> owners) |
| Modifier and Type | Field and Description |
|---|---|
protected AccountName |
BlockHeader.supernode |
| Modifier and Type | Method and Description |
|---|---|
AccountName |
WalletObject.getName() |
AccountName |
BlockHeader.getSupernode() |
| Modifier and Type | Method and Description |
|---|---|
Map<AccountName,Integer> |
Authority.getAccountAuths() |
| Modifier and Type | Method and Description |
|---|---|
void |
WalletObject.setName(AccountName name) |
void |
BlockHeader.setSupernode(AccountName supernode) |
| Modifier and Type | Method and Description |
|---|---|
void |
Authority.setAccountAuths(Map<AccountName,Integer> accountAuths) |
| Modifier and Type | Field and Description |
|---|---|
protected AccountName |
AbstractAccountCreateOperation.creator |
protected AccountName |
AbstractAccountCreateOperation.newAccountName |
| Modifier and Type | Method and Description |
|---|---|
AccountName |
WithdrawVestingOperation.getAccount()
Get the account name of the account that the withdraw vesting operation
has been executed for.
|
AccountName |
AccountSupernodeVoteOperation.getAccount()
Get the account name that has performed the vote.
|
AccountName |
AccountUpdateOperation.getAccount()
Get the account name of the account that has been changed.
|
AccountName |
SmtCreateOperation.getControlAccount() |
AccountName |
AbstractAccountCreateOperation.getCreator()
Get the account who created a new account.
|
AccountName |
SmtCreateOperation.getCreator() |
AccountName |
AbstractAccountCreateOperation.getNewAccountName()
Get the account name of the created account.
|
AccountName |
SupernodeUpdateOperation.getOwner()
Get the account name of the account for that the supernode update operation
has been executed.
|
AccountName |
AccountSupernodeVoteOperation.getSupernode()
Get the supernode that has been voted for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WithdrawVestingOperation.setAccount(AccountName account)
Set the account name of the account that the withdraw vesting operation
should be executed for.
|
void |
AccountSupernodeVoteOperation.setAccount(AccountName account)
Set the account name that should perform the vote.
|
void |
AccountUpdateOperation.setAccount(AccountName account)
Set the account name of the account that has been changed.
|
void |
SmtCreateOperation.setControlAccount(AccountName controlAccount) |
void |
AbstractAccountCreateOperation.setCreator(AccountName creator)
Set the user who created a new account.
|
void |
SmtCreateOperation.setCreator(AccountName creator) |
void |
AbstractAccountCreateOperation.setNewAccountName(AccountName newAccountName)
Set the account name for the new account.
|
void |
SupernodeUpdateOperation.setOwner(AccountName owner)
Set the account name of the account for that the supernode update operation
should be executed.
|
void |
AccountSupernodeVoteOperation.setSupernode(AccountName supernode)
Set the supernode that should be voted for.
|
void |
TransferToVestingOperation.setTo(AccountName to)
Set the account name of the user who will received the
amount. |
| Constructor and Description |
|---|
AccountCreateOperation(AccountName creator,
Asset fee,
AccountName newAccountName,
Authority owner,
String jsonMetadata)
Create a new create account operation.
|
AccountSupernodeVoteOperation(AccountName account,
AccountName supernode,
Asset fee)
Like
AccountSupernodeVoteOperation.AccountSupernodeVoteOperation(AccountName, AccountName, boolean, Asset),
but the approve parameter is automatically set to true. |
AccountSupernodeVoteOperation(AccountName account,
AccountName supernode,
boolean approve,
Asset fee)
Create a new account supernode vote operation.
|
AccountUpdateOperation(AccountName account,
Authority owner,
String jsonMetadata,
Asset fee)
Create a new create account update operation.Use this operation to
update the keys of an existing account.
|
SmtCreateOperation(AccountName controlAccount,
AccountName creator,
AssetInfo symbol,
Asset smtCreationFee,
org.joou.UInteger precision,
List<FutureExtensions> extensions,
long maxSupply) |
SupernodeUpdateOperation(AccountName owner,
PublicKey blockSigningKey,
Asset fee)
Create a new supernode update operation.
|
TransferOperation(AccountName from,
AccountName to,
Asset amount,
Asset fee,
String memo)
Create a new transfer operation.Use this operation to transfer an asset
from one account to another.
|
TransferToVestingOperation(AccountName from,
AccountName to,
Asset amount,
Asset fee)
Create a new transfer to vesting operation to transfer Beowulf Power to
other users.
|
TransferToVestingOperation(AccountName from,
Asset amount,
Asset fee)
Like
TransferToVestingOperation.TransferToVestingOperation(AccountName, AccountName, Asset, Asset), but
will transform the asset from the from account
to the from account. |
WithdrawVestingOperation(AccountName account,
Asset vestingShares,
Asset fee)
Create a new withdraw vesting operation.
|
| Modifier and Type | Method and Description |
|---|---|
AccountName |
FillVestingWithdrawOperation.getFromAccount() |
AccountName |
ShutdownSupernodeOperation.getOwner() |
AccountName |
ProducerRewardOperation.getProducer()
Get the block producer.
|
AccountName |
FillVestingWithdrawOperation.getToAccount() |
| Modifier and Type | Method and Description |
|---|---|
static WalletObject |
WalletUtils.encryptWallet(AccountName account,
KeyPair keypair,
String password) |
Copyright © 2019. All rights reserved.