- AbstractAccountCreateOperation - Class in com.beowulfchain.beowulfj.protocol.operations
-
This abstract class contains fields that exist in all Beowulf Operations
related to the account creation.
- AbstractAccountCreateOperation(boolean) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
-
Create a new Operation object by providing the operation type.
- AbstractAccountOperation - Class in com.beowulfchain.beowulfj.protocol.operations
-
This abstract class contains fields that exist in all Beowulf Operations
related to the account creation / update.
- AbstractAccountOperation(boolean) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountOperation
-
Create a new Operation object by providing the operation type.
- AbstractClient - Class in com.beowulfchain.beowulfj.communication
-
- AbstractClient() - Constructor for class com.beowulfchain.beowulfj.communication.AbstractClient
-
- Account - Class in com.beowulfchain.beowulfj.base.models
-
- Account() - Constructor for class com.beowulfchain.beowulfj.base.models.Account
-
This object is only used to wrap the JSON response in a POJO, so
therefore this class should not be instantiated.
- AccountAuthHashMapDeserializer - Class in com.beowulfchain.beowulfj.base.models.deserializer
-
- AccountAuthHashMapDeserializer() - Constructor for class com.beowulfchain.beowulfj.base.models.deserializer.AccountAuthHashMapDeserializer
-
- AccountAuthHashMapSerializer - Class in com.beowulfchain.beowulfj.base.models.serializer
-
- AccountAuthHashMapSerializer() - Constructor for class com.beowulfchain.beowulfj.base.models.serializer.AccountAuthHashMapSerializer
-
- AccountByKeyApi - Class in com.beowulfchain.beowulfj.plugins.apis.account.by.key
-
Deprecated.
- AccountCreateOperation - Class in com.beowulfchain.beowulfj.protocol.operations
-
This class represents the Beowulf "account_create_operation" object.
- AccountCreateOperation(AccountName, Asset, AccountName, Authority, String) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.AccountCreateOperation
-
Create a new create account operation.
- AccountHistoryApi - Class in com.beowulfchain.beowulfj.plugins.apis.account.history
-
Deprecated.
- AccountHistoryDeserializer - Class in com.beowulfchain.beowulfj.plugins.apis.condenser.models.deserializer
-
- AccountHistoryDeserializer() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.condenser.models.deserializer.AccountHistoryDeserializer
-
- AccountHistoryReturn - Class in com.beowulfchain.beowulfj.plugins.apis.condenser.models
-
- AccountHistoryReturn() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.condenser.models.AccountHistoryReturn
-
- AccountName - Class in com.beowulfchain.beowulfj.protocol
-
This class represents the Beowulf data type "account_name_type".
- AccountName() - Constructor for class com.beowulfchain.beowulfj.protocol.AccountName
-
Create an account name object with an empty account name.
- AccountName(String) - Constructor for class com.beowulfchain.beowulfj.protocol.AccountName
-
Create an account name object containing the given account name.
- AccountSupernodeVoteOperation - Class in com.beowulfchain.beowulfj.protocol.operations
-
This class represents the Beowulf "account_supernode_vote_operation" object.
- AccountSupernodeVoteOperation(AccountName, AccountName, boolean, Asset) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
Create a new account supernode vote operation.
- AccountSupernodeVoteOperation(AccountName, AccountName, Asset) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
- AccountUpdateOperation - Class in com.beowulfchain.beowulfj.protocol.operations
-
This class represents the Beowulf "account_update_operation" object.
- AccountUpdateOperation(AccountName, Authority, String, Asset) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
-
Create a new create account update operation.Use this operation to
update the keys of an existing account.
- AccountVote - Class in com.beowulfchain.beowulfj.plugins.apis.condenser.models
-
This class represents the Beowulf "account_vote" object.
- addAccount(AccountName) - Method in class com.beowulfchain.beowulfj.configuration.PrivateKeyStorage
-
Add a new account to the key storage without providing private keys.
- addAccount(AccountName, List<ImmutablePair<PrivateKeyType, String>>) - Method in class com.beowulfchain.beowulfj.configuration.PrivateKeyStorage
-
Add a new account and a list of its private keys to the key storage.
- addEndpointURI(URI) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
- addEndpointURI(URI, boolean) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Configure the connection to the Beowulf Node by providing the endpoint URI
and the SSL verification settings.
- addPrivateKeyToAccount(AccountName, ImmutablePair<PrivateKeyType, String>) - Method in class com.beowulfchain.beowulfj.configuration.PrivateKeyStorage
-
Add a private key to an already existing account.
- AddressPrefixType - Enum in com.beowulfchain.beowulfj.enums
-
- AnnotatedSignedTransaction - Class in com.beowulfchain.beowulfj.protocol
-
This class represents a Beowulf "annotated_signed_transaction" object.
- AppliedOperation - Class in com.beowulfchain.beowulfj.plugins.apis.account.history.models
-
This class is the java implementation of the Beowulf "api_operation_object"
object.
- AppliedOperationHashMapDeserializer - Class in com.beowulfchain.beowulfj.plugins.apis.account.history.models.deserializer
-
Due to Issue #1152 of the FasterXML/jackson-databind project, it is not
possible to parse Maps in an Array Format with Jackson out of the box.
- AppliedOperationHashMapDeserializer() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.account.history.models.deserializer.AppliedOperationHashMapDeserializer
-
- Asset - Class in com.beowulfchain.beowulfj.protocol
-
- Asset(BigDecimal, AssetSymbolType) - Constructor for class com.beowulfchain.beowulfj.protocol.Asset
-
Create a new asset object by providing all required fields.
- Asset(long, AssetSymbolType) - Constructor for class com.beowulfchain.beowulfj.protocol.Asset
-
Create a new asset object by providing all required fields.
- Asset(BigDecimal, String, UInteger) - Constructor for class com.beowulfchain.beowulfj.protocol.Asset
-
Create a new asset object by providing all required fields.
- Asset(long, String, UInteger) - Constructor for class com.beowulfchain.beowulfj.protocol.Asset
-
Create a new asset object by providing all required fields.
- AssetDeserializer - Class in com.beowulfchain.beowulfj.base.models.deserializer
-
- AssetDeserializer() - Constructor for class com.beowulfchain.beowulfj.base.models.deserializer.AssetDeserializer
-
- AssetInfo - Class in com.beowulfchain.beowulfj.protocol
-
- AssetInfo() - Constructor for class com.beowulfchain.beowulfj.protocol.AssetInfo
-
- AssetInfo(String, UInteger) - Constructor for class com.beowulfchain.beowulfj.protocol.AssetInfo
-
- AssetObject - Class in com.beowulfchain.beowulfj.chain.smt.objects
-
- AssetObject() - Constructor for class com.beowulfchain.beowulfj.chain.smt.objects.AssetObject
-
- AssetSerializer - Class in com.beowulfchain.beowulfj.base.models.serializer
-
- AssetSerializer() - Constructor for class com.beowulfchain.beowulfj.base.models.serializer.AssetSerializer
-
- AssetSymbolType - Enum in com.beowulfchain.beowulfj.protocol.enums
-
This enum stores all available asset symbols.
- Authority - Class in com.beowulfchain.beowulfj.protocol
-
This class is the java implementation of the Beowulf "authority" object.
- Authority() - Constructor for class com.beowulfchain.beowulfj.protocol.Authority
-
Constructor thats set required values to avoid null pointer exceptions.
- generateBeowulfitMetadata(String, String[], String, String) - Static method in class com.beowulfchain.beowulfj.util.CondenserUtils
-
Use this method to generate the json metadata for new comments or posts
required by Condenser.
- generateTransactionId() - Method in class com.beowulfchain.beowulfj.chain.SignedTransaction
-
- getAccount() - Method in class com.beowulfchain.beowulfj.base.models.BeneficiaryRouteType
-
Get the account who is the beneficiary of this comment.
- getAccount() - Method in class com.beowulfchain.beowulfj.chain.DeclineVotingRightsRequestObject
-
- getAccount() - Method in class com.beowulfchain.beowulfj.chain.SupernodeVote
-
- getAccount() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetAccountHistoryArgs
-
- getAccount() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.OwnerAuthorityHistory
-
- getAccount() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
Get the account name that has performed the vote.
- getAccount() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
-
Get the account name of the account that has been changed.
- getAccount() - Method in class com.beowulfchain.beowulfj.protocol.operations.WithdrawVestingOperation
-
Get the account name of the account that the withdraw vesting operation
has been executed for.
- getAccountAuths() - Method in class com.beowulfchain.beowulfj.protocol.Authority
-
- getAccountCount() - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Get the current number of registered Beowulf accounts.
- getAccountCount(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_account_count
- getAccountCreationFee() - Method in class com.beowulfchain.beowulfj.chain.network.Devnet
-
- getAccountCreationFee() - Method in class com.beowulfchain.beowulfj.chain.network.Mainnet
-
- getAccountCreationFee() - Method in class com.beowulfchain.beowulfj.chain.network.Testnet
-
- getAccountCreationFee() - Method in interface com.beowulfchain.beowulfj.chain.NetworkProperties
-
- getAccountHistory(AccountName, ULong, UInteger) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Deprecated.
- getAccountHistory(CommunicationHandler, GetAccountHistoryArgs) - Static method in class com.beowulfchain.beowulfj.plugins.apis.account.history.AccountHistoryApi
-
Deprecated.
Get all operations performed by the specified accountName.
- getAccountHistory(CommunicationHandler, String, long, long) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
Deprecated.
- GetAccountHistoryArgs - Class in com.beowulfchain.beowulfj.plugins.apis.account.history.models
-
This class implements the Beowulf "get_account_history_args" object.
- GetAccountHistoryArgs(AccountName, ULong, UInteger) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetAccountHistoryArgs
-
- GetAccountHistoryReturn - Class in com.beowulfchain.beowulfj.plugins.apis.account.history.models
-
This class implements the Beowulf "get_account_history_return" object.
- getAccounts(List<AccountName>) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
- getAccounts() - Method in class com.beowulfchain.beowulfj.configuration.PrivateKeyStorage
-
Get a list of account names for which private keys have been stored.
- getAccounts() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.by.key.models.GetKeyReferencesReturn
-
- getAccounts(CommunicationHandler, List<AccountName>) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_accounts)
- getAccounts() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindAccountsArgs
-
- getAccounts() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindAccountsReturn
-
- getAccounts() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListAccountsReturn
-
- getAccountToRecover() - Method in class com.beowulfchain.beowulfj.chain.ChangeRecoveryAccountRequest
-
- getActive() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getActive() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getActiveSupernodes() - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Get the list of the current active supernodes.
- getActiveSuperNodes(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_active_supernodes)
- getActiveSupernodes(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.database.DatabaseApi
-
Get the list of the current active supernodes.
- getAddressFromEckey(ECKey) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
-
- getAddressFromPublicKey() - Method in class com.beowulfchain.beowulfj.protocol.PublicKey
-
Recreate the address from the public key.
- getAddressPrefix() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured address prefix.
- getAmount() - Method in class com.beowulfchain.beowulfj.chain.smt.objects.AssetObject
-
- getAmount() - Method in class com.beowulfchain.beowulfj.chain.smt.objects.SmtTokenObject
-
- getAmount() - Method in class com.beowulfchain.beowulfj.protocol.Asset
-
Get the amount stored in this asset object.
- getApiPassword() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured password used to login at a Beowulf Node to
access protected APIs.
- getApiUsername() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured account name used to login at a Beowulf Node
to access protected APIs.
- getAppliedOperation() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.AccountHistoryReturn
-
- getApprove() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
Get the information if this vote has been approved or not.
- getAuthorperm() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.AccountVote
-
- getAuthorRewardCurve() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.RewardFund
-
- getAvarageBlockSize() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedDynamicGlobalProperties
-
- getBalance() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getBalance(AccountName, AssetInfo) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
- getBalance(CommunicationHandler, String, AssetInfo) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
Broadcast a whole block.
- getBase() - Method in class com.beowulfchain.beowulfj.protocol.Price
-
- getBeneficiaries() - Method in class com.beowulfchain.beowulfj.base.models.CommentPayoutBeneficiaries
-
- getBeowulf100Percent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulf1Beowulf() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulf1Percent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulf1TenthPercent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulf1Vests() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulf_symbol() - Method in class com.beowulfchain.beowulfj.chain.network.Devnet
-
- getBeowulf_symbol() - Method in class com.beowulfchain.beowulfj.chain.network.Mainnet
-
- getBeowulf_symbol() - Method in class com.beowulfchain.beowulfj.chain.network.Testnet
-
- getBeowulf_symbol() - Method in interface com.beowulfchain.beowulfj.chain.NetworkProperties
-
- getBeowulfAccountRecoveryRequestExpirationPeriod() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfAddressPrefix() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfBlockchainHardforkVersion() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfBlockchainVersion() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfBlockInterval() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfBlocksPerDay() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfBlocksPerYear() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfCashoutWindowSeconds() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfCashoutWindowSecondsPreHf12() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfCashoutWindowSecondsPreHf17() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfChainId() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfCommentRewardFundName() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfContentAprPercent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfContentConstantHf0() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfContentRewardPercent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfConversionDelayPreHf16() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfCreateAccountDelegationRatio() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfCreateAccountDelegationTime() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfCurateAprPercent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfDefaultWdInterestRate() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfFeedHistoryWindowPreHf16() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfFreeTransactionsWithNewAccount() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfGenesisTime() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfHardforkRequiredSupernode() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfInflationNarrowingPeriod() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfInflationRateStartPercent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfInflationRateStopPercent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfInitMinerName() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfInitPublicKeyStr() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfInitSupply() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfIrreversibleThreshold() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfJAccount() - Static method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
- getBeowulfJAppName() - Static method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the application name of BeowulfJ.
- getBeowulfJVersion() - Static method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the version of BeowulfJ that is currently used.
- getBeowulfJWeight() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured beneficiary weight.
- getBeowulfMaxAccountNameLength() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxAccountSupernodeVotes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxAuthorityMembership() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxCashoutWindowSeconds() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxCommentDepth() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxCommentDepthPreHf17() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxMemoSize() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxMinerSupernodesHf0() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxMinerSupernodesHf17() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxPermlinkLength() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxRationDecayRate() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxRunnerSupernodesHf0() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxRunnerSupernodesHf17() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMAxShareSupply() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxSigCheckAccounts() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxSigCheckDepth() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxSupernodes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxTimeUntilExpiration() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxTokenPerAccount() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxTransactionSize() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxUndoHistory() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxVotedSupernodesHf0() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMaxVotedSupernodesHf17() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinAccountCreationFee() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinAccountNameLength() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinBlockSize() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinBlockSizeLimit() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinContentReward() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinCurateReward() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinerAccount() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinerPayPercent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinPermlinkLength() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinRation() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinReplyInterval() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinRootCommentInterval() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinSupernodeFund() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinTransferFee() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfMinVoteIntervalSec() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfNullAccount() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfNumInitMiners() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfOriginalMinAccountCreationFee() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfOwnerAuthHistoryTrackingStartBlockNum() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfOwnerAuthRecoveryPeriod() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfOwnerUpdateLimit() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfPostAvarageWindow() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfPostMaxBandwidth() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfPostRewardFundName() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfPostWeightConstant() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfRecentRSharesDecayRateHf17() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfRecentRSharesDecayRateHf19() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfReverseAuctionWindowSeconds() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfRevision() - Method in class com.beowulfchain.beowulfj.apis.login.models.BeowulfVersionInfo
-
- getBeowulfRootPostParent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfSavingsWithdrawRequestLimit() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfSavingsWithdrawTime() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfSecondCashcoutWindow() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfSoftMaxBlockSize() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfStartMinerVotingBlock() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfSymbol() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfTempAccount() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfUpvoteLockoutHf17() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfUpvoteLockoutHf7() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfVestingFundPercent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfVestingWithdrawIntervals() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfVestingWithdrawIntervalSeconds() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfVestingWithdrawIntervalsPreHf16() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfVirtualScheduleLapLength2() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfVoteChangeLockoutPeriod() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfVoteDustThreshold() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfVoteRegenerationSeconds() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfWDInterestCompoundIntervalSec() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfWdStartPercent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBeowulfWdStopPercent() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getBest() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getBlock(long) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Get a full, signed block by providing its blockNumber.
- getBlock() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.AppliedOperation
-
Get the block number.
- getBlock(CommunicationHandler, GetBlockArgs) - Static method in class com.beowulfchain.beowulfj.plugins.apis.block.BlockApi
-
Deprecated.
Get a full, signed block by providing its blockNumber.
- getBlock() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockReturn
-
- getBlock(CommunicationHandler, long) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_block)
- GetBlockArgs - Class in com.beowulfchain.beowulfj.plugins.apis.block.models
-
This class is the java implementation of the Beowulf "get_block_args" object.
- GetBlockArgs(UInteger) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockArgs
-
- getBlockchainVersion() - Method in class com.beowulfchain.beowulfj.apis.login.models.BeowulfVersionInfo
-
- getBlockHeader(long) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Like
BeowulfJ.getBlock(long), but will only return the header of the
requested block instead of the full, signed one.
- getBlockHeader(CommunicationHandler, GetBlockHeaderArgs) - Static method in class com.beowulfchain.beowulfj.plugins.apis.block.BlockApi
-
Deprecated.
- getBlockHeader(CommunicationHandler, long) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_block_header)
- GetBlockHeaderArgs - Class in com.beowulfchain.beowulfj.plugins.apis.block.models
-
This class is the java implementation of the Beowulf "get_block_header_args"
object.
- GetBlockHeaderArgs(UInteger) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockHeaderArgs
-
- GetBlockHeaderReturn - Class in com.beowulfchain.beowulfj.plugins.apis.block.models
-
This class is the java implementation of the Beowulf "get_block_header_return"
object.
- getBlockId() - Method in class com.beowulfchain.beowulfj.base.models.SignedBlockWithInfo
-
- getBlockId() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.ExtendedSignedBlock
-
- getBlockNum() - Method in class com.beowulfchain.beowulfj.chain.CompletedTransaction
-
- getBlockNum() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetOpsInBlockArgs
-
- getBlockNum() - Method in class com.beowulfchain.beowulfj.plugins.apis.network.broadcast.models.BroadcastTransactionSynchronousReturn
-
Get the block number the applied transaction has been processed with.
- getBlockNum() - Method in class com.beowulfchain.beowulfj.protocol.AnnotatedSignedTransaction
-
- getBlockNumber() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockArgs
-
- getBlockNumber() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockHeaderArgs
-
- GetBlockReturn - Class in com.beowulfchain.beowulfj.plugins.apis.block.models
-
This class is the java implementation of the Beowulf "get_block_return" object.
- getBlockReward() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.ExtendedSignedBlock
-
- getBlockSigningKey() - Method in class com.beowulfchain.beowulfj.protocol.operations.SupernodeUpdateOperation
-
Get the public key of the key pair that will be used to sign blocks.
- getBrainKey() - Method in class com.beowulfchain.beowulfj.util.KeyGenerator
-
Get the generated brain key.
- getCashout() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getCategory() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getChain_id() - Method in class com.beowulfchain.beowulfj.chain.network.Devnet
-
- getChain_id() - Method in class com.beowulfchain.beowulfj.chain.network.Mainnet
-
- getChain_id() - Method in class com.beowulfchain.beowulfj.chain.network.Testnet
-
- getChain_id() - Method in interface com.beowulfchain.beowulfj.chain.NetworkProperties
-
- getChainId() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured chain id used to sign transactions.
- getCipher_keys() - Method in class com.beowulfchain.beowulfj.protocol.WalletObject
-
- getCipher_type() - Method in class com.beowulfchain.beowulfj.protocol.WalletObject
-
- getClientEndpointConfig() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the configured ClientEndpointConfig instance.
- getCode() - Method in exception com.beowulfchain.beowulfj.exceptions.BeowulfResponseException
-
Get the error code.
- getConfig() - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
- getConfig(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_config)
- getConfig(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.database.DatabaseApi
-
Get the configuration.
- getContentConstant() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.RewardFund
-
- getControl_account() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
-
- getControlAccount() - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- getCreated() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getCreated() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getCreated() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getCreatedTime() - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
- getCreatedTime() - Method in class com.beowulfchain.beowulfj.plugins.apis.network.broadcast.models.BroadcastTransactionSynchronousReturn
-
- getCreator() - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
-
Get the account who created a new account.
- getCreator() - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- getCurationRewardCurve() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.RewardFund
-
- getCurrent_supply() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
-
- getCurrentAslot() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getCurrentHardforkVersion() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.HardforkProperty
-
- getCurrentReserveRatio() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedDynamicGlobalProperties
-
- getCurrentShuffledSupernodes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getCurrentSupply() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getCurrentVirtualTime() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getCurrentWdSupply() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getCurrentWitness() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getData() - Method in exception com.beowulfchain.beowulfj.exceptions.BeowulfResponseException
-
Get the data attached to the response error.
- getData() - Method in class com.beowulfchain.beowulfj.protocol.ExtensionValue
-
- getDateTime() - Method in class com.beowulfchain.beowulfj.fc.TimePointSec
-
This method returns the date as its String representation.
- getDateTimeAsDate() - Method in class com.beowulfchain.beowulfj.fc.TimePointSec
-
Get the configured date as a
Date object.
- getDateTimeAsInt() - Method in class com.beowulfchain.beowulfj.fc.TimePointSec
-
This method returns the data as its int representation.
- getDateTimeAsTimestamp() - Method in class com.beowulfchain.beowulfj.fc.TimePointSec
-
This method returns the data as its timestamp representation.
- getDateTimePattern() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured date time pattern.
- getDecimals() - Method in class com.beowulfchain.beowulfj.protocol.AssetInfo
-
- getDecimals() - Method in class com.beowulfchain.beowulfj.protocol.Symbol
-
- getDefaultAccount() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured default account name.
- getDefaultBeowulfApiUri() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get current super node
- getDelay() - Method in class com.beowulfchain.beowulfj.communication.WebsocketReconnectHandler
-
- getDelegatee() - Method in class com.beowulfchain.beowulfj.chain.VestingDelegation
-
- getDelegator() - Method in class com.beowulfchain.beowulfj.chain.VestingDelegation
-
- getDelegator() - Method in class com.beowulfchain.beowulfj.chain.VestingDelegationExpiration
-
- getDeposited() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.FillVestingWithdrawOperation
-
- getDollarSymbol() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
- getDynamicGlobalProperties() - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Get the global properties.
- getDynamicGlobalProperties(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
- getDynamicGlobalProperties(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.database.DatabaseApi
-
Get the global properties.
- getEffectiveDate() - Method in class com.beowulfchain.beowulfj.chain.DeclineVotingRightsRequestObject
-
- getEffectiveOn() - Method in class com.beowulfchain.beowulfj.chain.ChangeRecoveryAccountRequest
-
- getElectedWeight() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getEncodingCharset() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured Charset that will be used to encode Strings.
- getEndpointURIs() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
- getExpiration() - Method in class com.beowulfchain.beowulfj.chain.VestingDelegationExpiration
-
- getExpirationDate() - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Get the currently configured expiration date.
- getExtAccounts(CommunicationHandler, List<AccountName>) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
- getExtensions() - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Get the list of configured extensions.
- getExtensions() - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
-
Get the list of configured extensions.
- getExtensions() - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- getFcRevision() - Method in class com.beowulfchain.beowulfj.apis.login.models.BeowulfVersionInfo
-
- getFee() - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
-
Get the fee the
creator has paid to create this new
account.
- getFee() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
- getFee() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
-
- getFee() - Method in class com.beowulfchain.beowulfj.protocol.operations.SupernodeUpdateOperation
-
Get the fee that has been paid for this supernode update.
- getFee() - Method in class com.beowulfchain.beowulfj.protocol.operations.WithdrawVestingOperation
-
- getFromAccount() - Method in class com.beowulfchain.beowulfj.chain.WithdrawVestingRoutes
-
- getFromAccount() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.FillVestingWithdrawOperation
-
- getGuestBloggers() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- getHardforkId() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.HardforkOperation
-
Get the hardfork id.
- getHardforkRequiredSupernodes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getHardforkTimeVote() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getHardforkVersion() - Method in class com.beowulfchain.beowulfj.base.models.ScheduledHardfork
-
- getHardforkVersion(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
Get the hardfork version the node you are connected to is using.
- getHardforkVersionVote() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getHashValue() - Method in class com.beowulfchain.beowulfj.base.models.Ripemd160
-
Get the wrapped hash value in its long representation.
- getHeadBlockId() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getHeadBlockNumber() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getHeader() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockHeaderReturn
-
- getHfTime() - Method in class com.beowulfchain.beowulfj.base.models.HardforkVersionVote
-
- getHfVersion() - Method in class com.beowulfchain.beowulfj.base.models.HardforkVersionVote
-
- getHistory() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetAccountHistoryReturn
-
Get the requested history for the requested account.
- getHot() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getId() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getId() - Method in class com.beowulfchain.beowulfj.chain.ChangeRecoveryAccountRequest
-
- getId() - Method in class com.beowulfchain.beowulfj.chain.DeclineVotingRightsRequestObject
-
- getId() - Method in class com.beowulfchain.beowulfj.chain.SupernodeVote
-
- getId() - Method in class com.beowulfchain.beowulfj.chain.VestingDelegation
-
- getId() - Method in class com.beowulfchain.beowulfj.chain.VestingDelegationExpiration
-
- getId() - Method in class com.beowulfchain.beowulfj.chain.WithdrawVestingRoutes
-
- getId() - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCRequest
-
Get the id of this request.
- getId() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetTransactionArgs
-
- getId() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
-
- getId() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getId() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.HardforkProperty
-
- getId() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.OwnerAuthorityHistory
-
- getId() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.RewardFund
-
- getId() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getId() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getId() - Method in class com.beowulfchain.beowulfj.plugins.apis.network.broadcast.models.BroadcastTransactionSynchronousReturn
-
Get the Id of the applied transaction.
- getIdleTimeout() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the configured, maximum time that BeowulfJ will keep an unused
connection open.
- getInput() - Method in class com.beowulfchain.beowulfj.base.models.Pow
-
- getInstance() - Static method in class com.beowulfchain.beowulfj.BeowulfJ
-
- getInstance() - Static method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
- getJsonMetadata() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getJsonMetadata() - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountOperation
-
Get the json metadata that has been added to this operation.
- getJsonrpc() - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCRequest
-
Get the json-rpc version.
- getKeyAuths() - Method in class com.beowulfchain.beowulfj.protocol.Authority
-
- getKeyForAccount(PrivateKeyType, AccountName) - Method in class com.beowulfchain.beowulfj.configuration.PrivateKeyStorage
-
Get a private key of the given private key type for the given account
name.
- getKeyReferences(List<PublicKey>) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Search for users under the use of their public key(s).
- getKeyReferences(CommunicationHandler, GetKeyReferencesArgs) - Static method in class com.beowulfchain.beowulfj.plugins.apis.account.by.key.AccountByKeyApi
-
Deprecated.
Search for users under the use of their public key(s).
- getKeyReferences(CommunicationHandler, List<PublicKey>) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_key_references)
- GetKeyReferencesArgs - Class in com.beowulfchain.beowulfj.plugins.apis.account.by.key.models
-
This class is the java implementation of the Beowulf "get_key_references_args"
object.
- GetKeyReferencesArgs(List<PublicKey>) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.account.by.key.models.GetKeyReferencesArgs
-
- GetKeyReferencesArgs(PublicKey) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.account.by.key.models.GetKeyReferencesArgs
-
- GetKeyReferencesReturn - Class in com.beowulfchain.beowulfj.plugins.apis.account.by.key.models
-
This class is the java implementation of the Beowulf
"get_key_references_return" object.
- getKeys() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.by.key.models.GetKeyReferencesArgs
-
- getLastAccountUpdate() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getLastActiveProved() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getLastAslot() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getLastConfirmedBlockNum() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getLastHardfork() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.HardforkProperty
-
- getLastIrreversibleBlockNum() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getLastOwnerProved() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getLastOwnerUpdate() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getLastUpdate() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.RewardFund
-
- getLastValidTime() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.OwnerAuthorityHistory
-
- getLastVoteTime() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getLastWdExchangeUpdate() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getLastWork() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getLatestResponse() - Method in class com.beowulfchain.beowulfj.communication.WebsocketEndpoint
-
Pull the latest response.
- getLimit() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetAccountHistoryArgs
-
- getLimit() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListAccountsArgs
-
- getLimit() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListOwnerHistoriesArgs
-
- getLimit() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesArgs
-
- getLiquid_symbol() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
-
- getLiveTime() - Method in class com.beowulfchain.beowulfj.base.models.ScheduledHardfork
-
- getMajorityVersion() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getMarketHistory() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- getMaturing() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getMaximumExpirationDateOffset() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured maximum offset of the expiration date.
- getMaxMinerSupernodes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getMaxPermanentSupernodes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getMaxRunnerSupernodes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getMaxSupply() - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- getMaxVirtualBandwidth() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedDynamicGlobalProperties
-
- getMaxVotedSupernodes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getMemo() - Method in class com.beowulfchain.beowulfj.protocol.operations.TransferOperation
-
Get the message added to this operation.
- getMethod() - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCRequest
-
Get the full namespace and method name.
- getMinDelegationTime() - Method in class com.beowulfchain.beowulfj.chain.VestingDelegation
-
- getMinerWeight() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getName() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getName() - Method in class com.beowulfchain.beowulfj.chain.smt.objects.AssetObject
-
- getName() - Method in class com.beowulfchain.beowulfj.chain.smt.objects.SmtTokenObject
-
- getName() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.RewardFund
-
- getName() - Method in class com.beowulfchain.beowulfj.protocol.AccountName
-
Get the account name of this instance.
- getName() - Method in class com.beowulfchain.beowulfj.protocol.Asset
-
Get the name for this asset object.
- getName() - Method in class com.beowulfchain.beowulfj.protocol.AssetInfo
-
- getName() - Method in class com.beowulfchain.beowulfj.protocol.Symbol
-
- getName() - Method in class com.beowulfchain.beowulfj.protocol.WalletObject
-
- getNetwork() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
- getNewAccountName() - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
-
Get the account name of the created account.
- getNewInstance() - Static method in class com.beowulfchain.beowulfj.BeowulfJ
-
- getNewInstance() - Static method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
- getNextEndpointURI(int) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get one of the configured endpoint URIs by providing a
selector.
- getNextHardfork() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.HardforkProperty
-
- getNextHardforkTime() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.HardforkProperty
-
- getNextScheduledHarfork() - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
TODO: Check what this method is supposed to do.
- getNextScheduleHardfork(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_next_scheduled_hardfork)
- getNextShuffleBlockNum() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getNextVestingWithdraw() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getNumberFromHash() - Method in class com.beowulfchain.beowulfj.base.models.Ripemd160
-
Convert the first four bytes of the hash into a number.
- getNumScheduledSupernodes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getObjectMapper() - Static method in class com.beowulfchain.beowulfj.communication.CommunicationHandler
-
Get a preconfigured Jackson Object Mapper instance.
- getOnlyVirtual() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetOpsInBlockArgs
-
Check if only virtual operations (true) or all operation
types (false) are requested .
- getOp() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.AppliedOperation
-
Get the whole operation object.
- getOperations() - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Get all Operations that have been added to this transaction.
- getOperations() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetOpsInBlockReturn
-
- getOpInTrx() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.AppliedOperation
-
Get the index of the operation inside the transaction.
- GetOpsInBlockArgs - Class in com.beowulfchain.beowulfj.plugins.apis.account.history.models
-
This class implements the Beowulf "get_ops_in_block_args" object.
- GetOpsInBlockArgs(UInteger, boolean) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetOpsInBlockArgs
-
- GetOpsInBlockReturn - Class in com.beowulfchain.beowulfj.plugins.apis.account.history.models
-
This class implements the Beowulf "get_ops_in_block_return" object.
- getOrder() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListAccountsArgs
-
- getOrder() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesArgs
-
- getOrderId() - Method in enum com.beowulfchain.beowulfj.enums.ExtensionType
-
- getOrderId() - Method in enum com.beowulfchain.beowulfj.enums.OperationType
-
Get the id of the operation.
- getOtherHistory() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- getOwner() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getOwner() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindOwnerHistoriesArgs
-
- getOwner() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getOwner() - Method in class com.beowulfchain.beowulfj.protocol.KeyPair
-
- getOwner() - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
-
- getOwner() - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountOperation
-
- getOwner() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
-
- getOwner() - Method in class com.beowulfchain.beowulfj.protocol.operations.SupernodeUpdateOperation
-
Get the account name of the account for that the supernode update operation
has been executed.
- getOwner() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.ShutdownSupernodeOperation
-
- getOwnerAuths() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListOwnerHistoriesReturn
-
- getOwnerPubkey() - Method in class com.beowulfchain.beowulfj.protocol.KeyPair
-
- getOwners() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindSupernodesArgs
-
- getParams() - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCRequest
-
Get the additional parameters.
- getParticipationCount() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getPayout() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getPayout_comments() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getPendingRewardedVestingBeowulf() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getPercent() - Method in class com.beowulfchain.beowulfj.chain.WithdrawVestingRoutes
-
- getPercent() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.AccountVote
-
- getPercentContentRewards() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.RewardFund
-
- getPercentCurationRewards() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.RewardFund
-
- getPermanentWeight() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getPhase() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
-
- getPostHistory() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- getPotentialSignatures(CommunicationHandler, GetPotentialSignaturesArgs) - Static method in class com.beowulfchain.beowulfj.plugins.apis.database.DatabaseApi
-
- GetPotentialSignaturesArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "get_potential_signatures_args" object.
- GetPotentialSignaturesArgs() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.GetPotentialSignaturesArgs
-
- GetPotentialSignaturesReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "get_potential_signatures_return" object.
- getPowWorker() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getPrecision() - Method in class com.beowulfchain.beowulfj.chain.smt.objects.AssetObject
-
- getPrecision() - Method in class com.beowulfchain.beowulfj.chain.smt.objects.SmtTokenObject
-
- getPrecision() - Method in class com.beowulfchain.beowulfj.protocol.Asset
-
Get the precision of this asset object.
- getPrecision() - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- getPrefix() - Method in class com.beowulfchain.beowulfj.chain.network.Devnet
-
- getPrefix() - Method in class com.beowulfchain.beowulfj.chain.network.Mainnet
-
- getPrefix() - Method in class com.beowulfchain.beowulfj.chain.network.Testnet
-
- getPrefix() - Method in interface com.beowulfchain.beowulfj.chain.NetworkProperties
-
- getPrevious() - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
-
- getPreviousOwnerAuthority() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.OwnerAuthorityHistory
-
- getPrivateKey() - Method in class com.beowulfchain.beowulfj.util.KeyGenerator
-
Get the generated private key.
- getPrivateKeyAsWIF() - Method in class com.beowulfchain.beowulfj.util.KeyGenerator
-
Get the uncompressed private key in a WI-Format.
- getPrivateKeyFromPassword(AccountName, PrivateKeyType, String) - Static method in class com.beowulfchain.beowulfj.BeowulfJ
-
Get the private and public key of a given type for the given
account
- getPrivateKeysPerAccounts() - Method in class com.beowulfchain.beowulfj.configuration.PrivateKeyStorage
-
Get the private key store.
- getPrivateKeyStorage() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the private key storage to manage the private keys for one or
multiple accounts.
- getProcessedHardforks() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.HardforkProperty
-
- getProducer() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.ProducerRewardOperation
-
Get the block producer.
- getPromoted() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getPublicKey() - Method in class com.beowulfchain.beowulfj.protocol.PublicKey
-
Get the public key stored in this object.
- getPublicKey() - Method in class com.beowulfchain.beowulfj.util.KeyGenerator
-
Get the generated public key.
- getQuote() - Method in class com.beowulfchain.beowulfj.protocol.Price
-
- getRawJsonResponse() - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
-
Get the raw JSON response that is wrapped by this
JsonRPCResponse
instance.
- getRecentClaims() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.RewardFund
-
- getRecentSlotsFilled() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getRecoveryAccount() - Method in class com.beowulfchain.beowulfj.chain.ChangeRecoveryAccountRequest
-
- getRefBlockNum() - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Get the ref block number in its int representation.
- getRefBlockPrefix() - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Get the ref block prefix in its long representation.
- getReputation() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- getRequiredAuthorities() - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
This method collects the required authorities for all operations stored
in this transaction.
- getRequiredAuthorities(Map<SignatureObject, PrivateKeyType>) - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
-
- getRequiredAuthorities(Map<SignatureObject, PrivateKeyType>) - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
- getRequiredAuthorities(Map<SignatureObject, PrivateKeyType>) - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
-
- getRequiredAuthorities(Map<SignatureObject, PrivateKeyType>) - Method in class com.beowulfchain.beowulfj.protocol.operations.Operation
-
Add the authorities which are required to sign this operation to an
existing map.
- getRequiredAuthorities(Map<SignatureObject, PrivateKeyType>) - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- getRequiredAuthorities(Map<SignatureObject, PrivateKeyType>) - Method in class com.beowulfchain.beowulfj.protocol.operations.SupernodeUpdateOperation
-
- getRequiredAuthorities(Map<SignatureObject, PrivateKeyType>) - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.FillVestingWithdrawOperation
-
- getRequiredAuthorities(Map<SignatureObject, PrivateKeyType>) - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.HardforkOperation
-
- getRequiredAuthorities(Map<SignatureObject, PrivateKeyType>) - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.ProducerRewardOperation
-
- getRequiredAuthorities(Map<SignatureObject, PrivateKeyType>) - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.ShutdownSupernodeOperation
-
- getRequiredAuthorities(Map<SignatureObject, PrivateKeyType>) - Method in class com.beowulfchain.beowulfj.protocol.operations.WithdrawVestingOperation
-
- getRequiredSignatureKeys() - Method in class com.beowulfchain.beowulfj.chain.SignedTransaction
-
- getRequiredSignatures(CommunicationHandler, GetRequiredSignaturesArgs) - Static method in class com.beowulfchain.beowulfj.plugins.apis.database.DatabaseApi
-
- GetRequiredSignaturesArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "get_required_signatures_args" object.
- GetRequiredSignaturesArgs() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.GetRequiredSignaturesArgs
-
- GetRequiredSignaturesReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "get_required_signatures_return" object.
- GetRequiredSignaturesReturn() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.GetRequiredSignaturesReturn
-
This object is only used to wrap the JSON response in a POJO, so
therefore this class should not be instantiated.
- getResponseCountDownLatch() - Method in class com.beowulfchain.beowulfj.communication.WebsocketClient
-
- getResponses() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getResponseTimeout() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the configured, maximum time that BeowulfJ will wait for an answer of
the endpoint before throwing a
BeowulfTimeoutException exception.
- getRewardBalance() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.RewardFund
-
- getRshares() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.AccountVote
-
- getRunningVersion() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getSalt() - Method in class com.beowulfchain.beowulfj.protocol.WalletObject
-
- getSchedule() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getSequence() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.AccountHistoryReturn
-
- getSession() - Method in class com.beowulfchain.beowulfj.communication.WebsocketClient
-
Get the current Session.
- getSignature() - Method in class com.beowulfchain.beowulfj.base.models.Pow
-
- getSignatures() - Method in class com.beowulfchain.beowulfj.chain.SignedTransaction
-
Get the signatures for this transaction.
- getSigningKey() - Method in class com.beowulfchain.beowulfj.base.models.SignedBlockWithInfo
-
- getSigningKey() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.ExtendedSignedBlock
-
- getSigningKey() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getSmtCreationFee() - Method in class com.beowulfchain.beowulfj.chain.network.Devnet
-
- getSmtCreationFee() - Method in class com.beowulfchain.beowulfj.chain.network.Mainnet
-
- getSmtCreationFee() - Method in class com.beowulfchain.beowulfj.chain.network.Testnet
-
- getSmtCreationFee() - Method in interface com.beowulfchain.beowulfj.chain.NetworkProperties
-
- getSmtCreationFee() - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- GetSmtNextIdentifierReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "get_smt_next_identifier_return" object.
- getSmtTokenCreationFee() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getStart() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetAccountHistoryArgs
-
- getStart() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListAccountsArgs
-
- getStart() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListOwnerHistoriesArgs
-
- getStart() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesArgs
-
- getStatus() - Method in class com.beowulfchain.beowulfj.chain.CompletedTransaction
-
- getStmdSymbol() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getSupernode() - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
-
- getSupernode() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
Get the supernode that has been voted for.
- getSupernodeByAccount(AccountName) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Get the supernode information for a given supernode account name.
- getSupernodeByAccount(CommunicationHandler, AccountName) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_supernode_by_account)
- getSupernodeCount() - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Get the current number of active supernodes.
- getSupernodeCount(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_supernode_count)
- getSupernodePayNormalizationFactor() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getSupernodes() - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Get all supernodes.
- getSupernodes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesReturn
-
- getSupernodesByVote(AccountName, int, int) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Get a list of supernodes sorted by the amount of votes.
- getSupernodesByVote(CommunicationHandler, AccountName, int, int) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_supernodes_by_vote)
- getSupernodeSchedule() - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Get the supernode schedule.
- getSupernodeSchedule(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_supernode_schedule)
- getSupernodeSchedule(CommunicationHandler) - Static method in class com.beowulfchain.beowulfj.plugins.apis.database.DatabaseApi
-
Get the supernode schedule.
- getSupernodeSignature() - Method in class com.beowulfchain.beowulfj.protocol.SignedBlockHeader
-
- getSupernodesVotedFor() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getSupernodeVotes() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getSymbol() - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- getSynchronizationLevel() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured synchronizationLevel.
- getTagsUsage() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- getTime() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.AccountVote
-
- getTimeshareWeight() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getTimestamp() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.AppliedOperation
-
Get the time point at which this transaction has been submitted.
- getTimestamp() - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
-
- getTimeZoneId() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured time zone id.
- getToAccount() - Method in class com.beowulfchain.beowulfj.chain.WithdrawVestingRoutes
-
- getToAccount() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.FillVestingWithdrawOperation
-
- getTokenList() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getTokenSymbol() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
- getTop19Weight() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
-
- getTotalMissed() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getTotalRewardFundBeowulf() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getTotalVestingFundBeowulf() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getTotalVestingShares() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getToWithdraw() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getTransaction(CommunicationHandler, GetAccountHistoryArgs) - Static method in class com.beowulfchain.beowulfj.plugins.apis.account.history.AccountHistoryApi
-
Deprecated.
Find a transaction by its transactionId.
- GetTransactionArgs - Class in com.beowulfchain.beowulfj.plugins.apis.account.history.models
-
This class implements the Beowulf "get_transaction_args" object.
- GetTransactionArgs(TransactionId) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetTransactionArgs
-
- getTransactionDetail(String) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Use the Beowulf API to receive the HEX representation of a signed
transaction.
- getTransactionDetail(CommunicationHandler, String) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_transaction)
- getTransactionFee() - Method in class com.beowulfchain.beowulfj.chain.network.Devnet
-
- getTransactionFee() - Method in class com.beowulfchain.beowulfj.chain.network.Mainnet
-
- getTransactionFee() - Method in class com.beowulfchain.beowulfj.chain.network.Testnet
-
- getTransactionFee() - Method in interface com.beowulfchain.beowulfj.chain.NetworkProperties
-
- getTransactionHex(SignedTransaction) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Use the Beowulf API to receive the HEX representation of a signed
transaction.
- getTransactionHex(CommunicationHandler, SignedTransaction) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
(get_transaction_hex)
- getTransactionHex(CommunicationHandler, GetTransactionHexArgs) - Static method in class com.beowulfchain.beowulfj.plugins.apis.database.DatabaseApi
-
- GetTransactionHexArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "get_transaction_hex_args" object.
- GetTransactionHexArgs() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.GetTransactionHexArgs
-
- GetTransactionHexReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "get_transaction_hex_return" object.
- getTransactionId() - Method in class com.beowulfchain.beowulfj.chain.CompletedTransaction
-
- getTransactionId() - Method in class com.beowulfchain.beowulfj.protocol.AnnotatedSignedTransaction
-
- getTransactionIds() - Method in class com.beowulfchain.beowulfj.base.models.SignedBlockWithInfo
-
- getTransactionIds() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.ExtendedSignedBlock
-
- getTransactionMerkleRoot() - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
-
- getTransactionNum() - Method in class com.beowulfchain.beowulfj.chain.CompletedTransaction
-
- getTransactionNum() - Method in class com.beowulfchain.beowulfj.protocol.AnnotatedSignedTransaction
-
- getTransactions() - Method in class com.beowulfchain.beowulfj.protocol.SignedBlock
-
- getTransferHistory() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- getTrending() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getTrending30() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getTrxId() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.AppliedOperation
-
Get the id of this transaction.
- getTrxInBlock() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.AppliedOperation
-
Get the index of the transaction inside the block.
- getTrxNum() - Method in class com.beowulfchain.beowulfj.plugins.apis.network.broadcast.models.BroadcastTransactionSynchronousReturn
-
Get the transaction number inside the block.
- getUpdated() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getUrl() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getValidationLevel() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Get the currently configured validation level.
- getValue(String) - Static method in enum com.beowulfchain.beowulfj.protocol.enums.AssetSymbolType
-
- getValue() - Method in class com.beowulfchain.beowulfj.protocol.extensions.JsonExtension
-
- getVestingBalance() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getVestingBalance() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- getVestingShares() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getVestingShares() - Method in class com.beowulfchain.beowulfj.chain.VestingDelegation
-
- getVestingShares() - Method in class com.beowulfchain.beowulfj.chain.VestingDelegationExpiration
-
- getVestingShares() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.ProducerRewardOperation
-
Get the amount of M the producer got.
- getVestingShares() - Method in class com.beowulfchain.beowulfj.protocol.operations.WithdrawVestingOperation
-
Get the amount that has been requested for withdrawing.
- getVestingWithdrawRate() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getVests_symbol() - Method in class com.beowulfchain.beowulfj.chain.network.Devnet
-
- getVests_symbol() - Method in class com.beowulfchain.beowulfj.chain.network.Mainnet
-
- getVests_symbol() - Method in class com.beowulfchain.beowulfj.chain.network.Testnet
-
- getVests_symbol() - Method in interface com.beowulfchain.beowulfj.chain.NetworkProperties
-
- getVestsSymbol() - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
- getVestsSymbol() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getVirtualLastUpdate() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getVirtualOp() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.AppliedOperation
-
Get the index of the virtual operation inside the transaction.
- getVirtualPosition() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getVirtualScheduledTime() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getVirtualScheduleLapLength() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getVirtualScheduleLapLength2() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getVirtualSupply() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getVoteHistory() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- getVotes() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
-
- getVotes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesVotesReturn
-
- getVotes() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getVotingPower() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getWd_symbol() - Method in class com.beowulfchain.beowulfj.chain.network.Devnet
-
- getWd_symbol() - Method in class com.beowulfchain.beowulfj.chain.network.Mainnet
-
- getWd_symbol() - Method in class com.beowulfchain.beowulfj.chain.network.Testnet
-
- getWd_symbol() - Method in interface com.beowulfchain.beowulfj.chain.NetworkProperties
-
- getWdBalance() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getWdExchangeRate() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
-
- getWdInitSupply() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getWdInterestRate() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
-
- getWdSymbol() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
-
- getWeight() - Method in class com.beowulfchain.beowulfj.base.models.BeneficiaryRouteType
-
Get the percentage the
account will receive from
the comment payout.
- getWeight() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.AccountVote
-
- getWeightThreshold() - Method in class com.beowulfchain.beowulfj.protocol.Authority
-
- getWithdrawn() - Method in class com.beowulfchain.beowulfj.base.models.Account
-
- getWithdrawn() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.FillVestingWithdrawOperation
-
- getWitness() - Method in class com.beowulfchain.beowulfj.chain.SupernodeVote
-
- getWitnessVotes() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- getWork() - Method in class com.beowulfchain.beowulfj.base.models.Pow
-
- getWorker() - Method in class com.beowulfchain.beowulfj.base.models.Pow
-
- GuestBloggerPairDeserializer - Class in com.beowulfchain.beowulfj.base.models.deserializer
-
- GuestBloggerPairDeserializer() - Constructor for class com.beowulfchain.beowulfj.base.models.deserializer.GuestBloggerPairDeserializer
-
- ScheduledHardfork - Class in com.beowulfchain.beowulfj.base.models
-
- serialize(Map<AccountName, Integer>, JsonGenerator, SerializerProvider) - Method in class com.beowulfchain.beowulfj.base.models.serializer.AccountAuthHashMapSerializer
-
- serialize(Asset, JsonGenerator, SerializerProvider) - Method in class com.beowulfchain.beowulfj.base.models.serializer.AssetSerializer
-
- serialize(BlockHeaderExtensions, JsonGenerator, SerializerProvider) - Method in class com.beowulfchain.beowulfj.base.models.serializer.BlockHeaderExtensionsSerializer
-
- serialize(Boolean, JsonGenerator, SerializerProvider) - Method in class com.beowulfchain.beowulfj.base.models.serializer.BooleanSerializer
-
- serialize(CommentOptionsExtension, JsonGenerator, SerializerProvider) - Method in class com.beowulfchain.beowulfj.base.models.serializer.CommentOptionsExtensionSerializer
-
- serialize(Map<PublicKey, Integer>, JsonGenerator, SerializerProvider) - Method in class com.beowulfchain.beowulfj.base.models.serializer.PublicKeyHashMapSerializer
-
- serialize(PublicKey, JsonGenerator, SerializerProvider) - Method in class com.beowulfchain.beowulfj.base.models.serializer.PublicKeySerializer
-
- setAccount(AccountName) - Method in class com.beowulfchain.beowulfj.base.models.BeneficiaryRouteType
-
Define the beneficiary for this comment.
- setAccount(AccountName) - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetAccountHistoryArgs
-
Override the currently configured account to request the
history for.
- setAccount(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
Set the account name that should perform the vote.
- setAccount(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
-
Set the account name of the account that has been changed.
- setAccount(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.operations.WithdrawVestingOperation
-
Set the account name of the account that the withdraw vesting operation
should be executed for.
- setAccountAuths(Map<AccountName, Integer>) - Method in class com.beowulfchain.beowulfj.protocol.Authority
-
- setAccounts(List<AccountName>) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindAccountsArgs
-
- setAddressPrefix(AddressPrefixType) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Set the address prefix.
- setAmount(long) - Method in class com.beowulfchain.beowulfj.chain.smt.objects.AssetObject
-
- setAmount(BigDecimal) - Method in class com.beowulfchain.beowulfj.chain.smt.objects.SmtTokenObject
-
- setAmount(long) - Method in class com.beowulfchain.beowulfj.protocol.Asset
-
Set the amount of this asset.
- setAmount(BigDecimal) - Method in class com.beowulfchain.beowulfj.protocol.Asset
-
Set the amount of this asset.
- setAmount(String) - Method in class com.beowulfchain.beowulfj.protocol.Asset
-
- setAmount(Asset) - Method in class com.beowulfchain.beowulfj.protocol.operations.TransferOperation
-
Set the amount of that will be send.
- setAmount(Asset) - Method in class com.beowulfchain.beowulfj.protocol.operations.TransferToVestingOperation
-
Set the amount of that will be send.
- setApiPassword(char[]) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Set the password which should be used to login to a node.
- setApiUsername(AccountName) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Set the account name which should be used to login to a node.
- setAppliedOperation(AppliedOperation) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.AccountHistoryReturn
-
- setApprove(boolean) - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
Define if this vote is approved or not.
- setBase(Asset) - Method in class com.beowulfchain.beowulfj.protocol.Price
-
- setBeneficiaries(List<BeneficiaryRouteType>) - Method in class com.beowulfchain.beowulfj.base.models.CommentPayoutBeneficiaries
-
- setBeowulfJWeight(short) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Set the currently configured beneficiary weight.
- setBlockId(BlockId) - Method in class com.beowulfchain.beowulfj.base.models.SignedBlockWithInfo
-
- setBlockId(BlockId) - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.ExtendedSignedBlock
-
- setBlockNum(long) - Method in class com.beowulfchain.beowulfj.chain.CompletedTransaction
-
- setBlockNum(UInteger) - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetOpsInBlockArgs
-
Override the current blockNum field wrapped by this
instance.
- setBlockNumber(UInteger) - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockArgs
-
- setBlockNumber(UInteger) - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockHeaderArgs
-
- setBlockReward(Asset) - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.ExtendedSignedBlock
-
- setBlockSigningKey(PublicKey) - Method in class com.beowulfchain.beowulfj.protocol.operations.SupernodeUpdateOperation
-
Set the public key of the key pair that will be used to sign blocks.
- setBlog(List<String>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setChainId(String) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Set the chain id used to sign transactions.
- setCipher_keys(String) - Method in class com.beowulfchain.beowulfj.protocol.WalletObject
-
- setCipher_type(String) - Method in class com.beowulfchain.beowulfj.protocol.WalletObject
-
- setClientEndpointConfig(ClientEndpointConfig) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Override the default ClientEndpointConfig instance.
- setComments(List<String>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setControl_account(AccountName) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
-
- setControlAccount(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- setCreatedTime(Long) - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
- setCreator(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
-
Set the user who created a new account.
- setCreator(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- setCurrent_supply(long) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
-
- setData(String) - Method in class com.beowulfchain.beowulfj.protocol.ExtensionValue
-
- setDateTime(String, String) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Override the default date pattern.
- setDateTime(String) - Method in class com.beowulfchain.beowulfj.fc.TimePointSec
-
Set the date.
- setDateTime(long) - Method in class com.beowulfchain.beowulfj.fc.TimePointSec
-
Set the date by providing a timestamp.
- setDecimals(UInteger) - Method in class com.beowulfchain.beowulfj.protocol.AssetInfo
-
- setDecimals(UInteger) - Method in class com.beowulfchain.beowulfj.protocol.Symbol
-
- setDefaultAccount(AccountName) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Set the default account used for simplified operations.
- setDefaultBeowulfApiUri(String) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Override the currently configured DEFAULT_BEOWULF_API_URI.
- setDelegatee(AccountName) - Method in class com.beowulfchain.beowulfj.chain.VestingDelegation
-
- setDelegator(AccountName) - Method in class com.beowulfchain.beowulfj.chain.VestingDelegation
-
- setDelegator(AccountName) - Method in class com.beowulfchain.beowulfj.chain.VestingDelegationExpiration
-
- setDollarSymbol(AssetSymbolType) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Override the default dollarSymbol.
- setEncodingCharset(Charset) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Define the Charset that should be used to encode Strings.
- setEndpointURIs(List<Pair<URI, Boolean>>) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Override the currently configured endpointURIs.
- setExpiration(TimePointSec) - Method in class com.beowulfchain.beowulfj.chain.VestingDelegationExpiration
-
- setExpirationDate(TimePointSec) - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Define how long this transaction is valid.
- setExtensions(List<FutureExtensions>) - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Extensions are currently not supported and will be ignored.
- setExtensions(List<BlockHeaderExtensions>) - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
-
Extensions are currently not supported and will be ignored.
- setExtensions(List<FutureExtensions>) - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- setFee(Asset) - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
-
Set the fee the
creator will pay to create a new
account.
- setFee(Asset) - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
- setFee(Asset) - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
-
- setFee(Asset) - Method in class com.beowulfchain.beowulfj.protocol.operations.SupernodeUpdateOperation
-
Set the fee that should be paid for this supernode update.
- setFee(Asset) - Method in class com.beowulfchain.beowulfj.protocol.operations.WithdrawVestingOperation
-
- setFeed(List<String>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setGuestBloggers(List<Pair<AccountName, Long>>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setHashValue(byte[]) - Method in class com.beowulfchain.beowulfj.base.models.Ripemd160
-
Set the hash value by providing its decoded byte representation.
- setHashValue(String) - Method in class com.beowulfchain.beowulfj.base.models.Ripemd160
-
Set the hash value by providing its encoded String representation.
- setHfTime(TimePointSec) - Method in class com.beowulfchain.beowulfj.base.models.HardforkVersionVote
-
- setHfVersion(HardforkVersion) - Method in class com.beowulfchain.beowulfj.base.models.HardforkVersionVote
-
- setId(long) - Method in class com.beowulfchain.beowulfj.chain.VestingDelegation
-
- setId(long) - Method in class com.beowulfchain.beowulfj.chain.VestingDelegationExpiration
-
- setId(TransactionId) - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetTransactionArgs
-
- setId(int) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
-
- setIdleTimeout(int) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Override the default, maximum time that BeowulfJ will keep an unused
connection open.A value that is 0 or negative indicates the sessions will
never timeout due to inactivity.
- setIfNotNull(T, String) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
-
- setIfNotNull(T, String, T) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
-
This method will check if given objectToSet is
null.
- setIfNotNull(T, T) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
-
- setIfNotNullAndNotEmpty(List<T>, String) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
-
- setJsonMetadata(String) - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountOperation
-
Add json metadata to this operation.
- setKeyAuths(Map<PublicKey, Integer>) - Method in class com.beowulfchain.beowulfj.protocol.Authority
-
- setKeys(List<PublicKey>) - Method in class com.beowulfchain.beowulfj.plugins.apis.account.by.key.models.GetKeyReferencesArgs
-
- setLimit(UInteger) - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetAccountHistoryArgs
-
Override the currently configured limit parameter.
- setLimit(UInteger) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListAccountsArgs
-
- setLimit(UInteger) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListOwnerHistoriesArgs
-
- setLimit(UInteger) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesArgs
-
- setLiquid_symbol(AssetInfo) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
-
- setMarketHistory(Map<BigInteger, AppliedOperation>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setMaximumExpirationDateOffset(long) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
A Beowulf Node will only accept transactions whose expiration date is not
to far in the future.
- setMaxSupply(long) - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- setMemo(String) - Method in class com.beowulfchain.beowulfj.protocol.operations.TransferOperation
-
Add an additional message to this operation.
- setMinDelegationTime(TimePointSec) - Method in class com.beowulfchain.beowulfj.chain.VestingDelegation
-
- setName(String) - Method in class com.beowulfchain.beowulfj.chain.smt.objects.AssetObject
-
- setName(String) - Method in class com.beowulfchain.beowulfj.chain.smt.objects.SmtTokenObject
-
- setName(String) - Method in class com.beowulfchain.beowulfj.protocol.AccountName
-
Set the account name of this instance.
- setName(String) - Method in class com.beowulfchain.beowulfj.protocol.Asset
-
Set the name of this asset.
- setName(String) - Method in class com.beowulfchain.beowulfj.protocol.AssetInfo
-
- setName(String) - Method in class com.beowulfchain.beowulfj.protocol.Symbol
-
- setName(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.WalletObject
-
- setNetwork(NetworkProperties) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
- setNewAccountName(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
-
Set the account name for the new account.
- setOnlyVirtual(boolean) - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetOpsInBlockArgs
-
Override the current onlyVirtual field wrapped by this
instance.
- setOpenOrders(List<String>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setOperations(List<Operation>) - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Define a list of operations that should be send with this transaction.
- setOrder(SortOrderType) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListAccountsArgs
-
- setOrder(SortOrderType) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesArgs
-
- setOtherHistory(Map<BigInteger, AppliedOperation>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setOwner(AccountName) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindOwnerHistoriesArgs
-
- setOwner(String) - Method in class com.beowulfchain.beowulfj.protocol.KeyPair
-
- setOwner(Authority) - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
-
- setOwner(Authority) - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountOperation
-
- setOwner(Authority) - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
-
- setOwner(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.operations.SupernodeUpdateOperation
-
Set the account name of the account for that the supernode update operation
should be executed.
- setOwnerPubkey(String) - Method in class com.beowulfchain.beowulfj.protocol.KeyPair
-
- setOwners(List<AccountName>) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindSupernodesArgs
-
- setPhase(String) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
-
- setPostHistory(Map<BigInteger, AppliedOperation>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setPrecision(int) - Method in class com.beowulfchain.beowulfj.chain.smt.objects.AssetObject
-
- setPrecision(int) - Method in class com.beowulfchain.beowulfj.chain.smt.objects.SmtTokenObject
-
- setPrecision(UInteger) - Method in class com.beowulfchain.beowulfj.protocol.Asset
-
Set the precision of this asset.
- setPrecision(UInteger) - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- setPrevious(BlockId) - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
-
- setQuote(Asset) - Method in class com.beowulfchain.beowulfj.protocol.Price
-
- setRecentReplies(List<String>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setRecommended(List<String>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setRefBlockNum(UShort) - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Set the ref block number by providing its int representation.
- setRefBlockPrefix(UInteger) - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Set the ref block prefix by providing its long representation.
- setRefBlockPrefix(String) - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Set the ref block prefix by providing its String representation.
- setReputation(long) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setResponseTimeout(int) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Override the default, maximum time that BeowulfJ will wait for an answer of
the Beowulf Node.
- setSalt(String) - Method in class com.beowulfchain.beowulfj.protocol.WalletObject
-
- setSequence(UInteger) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.AccountHistoryReturn
-
- setSession(Session) - Method in class com.beowulfchain.beowulfj.communication.WebsocketClient
-
Update the Session this instance should use.
- setSigningKey(PublicKey) - Method in class com.beowulfchain.beowulfj.base.models.SignedBlockWithInfo
-
- setSigningKey(PublicKey) - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.ExtendedSignedBlock
-
- setSmtCreationFee(Asset) - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- setStart(ULong) - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetAccountHistoryArgs
-
Override the currently configured start parameter.
- setStart(Object) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListAccountsArgs
-
- setStart(Object) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListOwnerHistoriesArgs
-
- setStart(Object) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesArgs
-
- setStatus(String) - Method in class com.beowulfchain.beowulfj.chain.CompletedTransaction
-
- setSupernode(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
-
- setSupernode(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
Set the supernode that should be voted for.
- setSupernodes(List<Supernode>) - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesReturn
-
- setSupernodeSignature(String) - Method in class com.beowulfchain.beowulfj.protocol.SignedBlockHeader
-
- setSymbol(AssetSymbolType) - Method in class com.beowulfchain.beowulfj.protocol.Asset
-
Set the name of this asset.
- setSymbol(AssetInfo) - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- setSynchronizationLevel(SynchronizationType) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Override the currently configured synchronizationLevel.
- setTagsUsage(List<Pair<String, Long>>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setTimestamp(TimePointSec) - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
-
- setTo(AccountName) - Method in class com.beowulfchain.beowulfj.protocol.operations.TransferToVestingOperation
-
Set the account name of the user who will received the
amount.
- setTokenSymbol(AssetSymbolType) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Override the default tokenSymbol.
- setTransactionId(TransactionId) - Method in class com.beowulfchain.beowulfj.chain.CompletedTransaction
-
- setTransactionIds(List<TransactionId>) - Method in class com.beowulfchain.beowulfj.base.models.SignedBlockWithInfo
-
- setTransactionIds(List<TransactionId>) - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.ExtendedSignedBlock
-
- setTransactionMerkleRoot(Checksum) - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
-
- setTransactionNum(long) - Method in class com.beowulfchain.beowulfj.chain.CompletedTransaction
-
- setTransferHistory(Map<BigInteger, AppliedOperation>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setValidationLevel(ValidationType) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Override the default validation level that BeowulfJ will use to validate if
an Object contains valid information before broadcasting it to the Beowulf
Node.
- setValue(ExtensionValue) - Method in class com.beowulfchain.beowulfj.protocol.extensions.JsonExtension
-
- setVestingBalance(Asset) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setVestingShares(Asset) - Method in class com.beowulfchain.beowulfj.chain.VestingDelegation
-
- setVestingShares(Asset) - Method in class com.beowulfchain.beowulfj.chain.VestingDelegationExpiration
-
- setVestingShares(Asset) - Method in class com.beowulfchain.beowulfj.protocol.operations.WithdrawVestingOperation
-
Set the amount that should be requested for withdrawing.
- setVestsSymbol(AssetSymbolType) - Method in class com.beowulfchain.beowulfj.configuration.BeowulfJConfig
-
Override the default vestsSymbol.
- setVoteHistory(Map<BigInteger, AppliedOperation>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- setWeight(short) - Method in class com.beowulfchain.beowulfj.base.models.BeneficiaryRouteType
-
Set the percentage the
account will receive from
the comment payout.
- setWeightThreshold(long) - Method in class com.beowulfchain.beowulfj.protocol.Authority
-
- setWitnessVotes(List<AccountName>) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
-
- sha256(String) - Static method in class com.beowulfchain.beowulfj.util.WalletUtils
-
- ShutdownSupernodeOperation - Class in com.beowulfchain.beowulfj.protocol.operations.virtual
-
This class represents the Beowulf "shutdown_supernode_operation" object.
- sign() - Method in class com.beowulfchain.beowulfj.chain.SignedTransaction
-
- sign(String) - Method in class com.beowulfchain.beowulfj.chain.SignedTransaction
-
Use this method if you want to specify a different chainId than the
default one.
- signAndBroadcast(List<Operation>) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
- signAndBroadcastSynchronous(List<Operation>) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
- signAndBroadcastWithExtension(List<Operation>, List<FutureExtensions>) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
- SignatureObject - Interface in com.beowulfchain.beowulfj.interfaces
-
This interface is used to mark classes which can contain information required
to sign a transaction.
- signatures - Variable in class com.beowulfchain.beowulfj.chain.SignedTransaction
-
- SignedBlock - Class in com.beowulfchain.beowulfj.protocol
-
This class is the java implementation of the Beowulf "signed_block" object.
- SignedBlock() - Constructor for class com.beowulfchain.beowulfj.protocol.SignedBlock
-
This object is only used to wrap the JSON response in a POJO, so
therefore this class should not be instantiated.
- SignedBlockHeader - Class in com.beowulfchain.beowulfj.protocol
-
This class is the java implementation of the Beowulf "signed_block_header"
object.
- SignedBlockHeader() - Constructor for class com.beowulfchain.beowulfj.protocol.SignedBlockHeader
-
- SignedBlockWithInfo - Class in com.beowulfchain.beowulfj.base.models
-
- SignedBlockWithInfo() - Constructor for class com.beowulfchain.beowulfj.base.models.SignedBlockWithInfo
-
This object is only used to wrap the JSON response in a POJO, so
therefore this class should not be instantiated.
- SignedTransaction - Class in com.beowulfchain.beowulfj.chain
-
this class present signed transaction, waiting for pushing to network
- SignedTransaction(UShort, UInteger, TimePointSec, List<Operation>, List<FutureExtensions>, Long) - Constructor for class com.beowulfchain.beowulfj.chain.SignedTransaction
-
Create a new signed transaction object.
- SignedTransaction(BlockId, List<Operation>, List<FutureExtensions>) - Constructor for class com.beowulfchain.beowulfj.chain.SignedTransaction
-
- smtCreate(AccountName, AccountName, AssetInfo, Asset, long) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
- SmtCreateOperation - Class in com.beowulfchain.beowulfj.protocol.operations
-
- SmtCreateOperation(AccountName, AccountName, AssetInfo, Asset, UInteger, List<FutureExtensions>, long) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- SmtPhase - Enum in com.beowulfchain.beowulfj.protocol.enums
-
- SmtTokenObject - Class in com.beowulfchain.beowulfj.chain.smt.objects
-
- SmtTokenObject(BigDecimal, String, int) - Constructor for class com.beowulfchain.beowulfj.chain.smt.objects.SmtTokenObject
-
- SmtTokenObject(BigDecimal, String) - Constructor for class com.beowulfchain.beowulfj.chain.smt.objects.SmtTokenObject
-
- SortOrderType - Enum in com.beowulfchain.beowulfj.plugins.apis.database.enums
-
An enumeration for all existing order types.
- suggestBrainKey() - Static method in class com.beowulfchain.beowulfj.util.KeyGenerator
-
Generate a new brain key.
- Supernode - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "witness_api_object" object.
- supernode - Variable in class com.beowulfchain.beowulfj.protocol.BlockHeader
-
- SupernodeSchedule - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "supernode_schedule_object" object.
- supernodeSignature - Variable in class com.beowulfchain.beowulfj.protocol.SignedBlockHeader
-
- SupernodeUpdateOperation - Class in com.beowulfchain.beowulfj.protocol.operations
-
This class represents the Beowulf "supernode_update_operation" object.
- SupernodeUpdateOperation(AccountName, PublicKey, Asset) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.SupernodeUpdateOperation
-
Create a new supernode update operation.
- SupernodeVote - Class in com.beowulfchain.beowulfj.chain
-
- Symbol - Class in com.beowulfchain.beowulfj.protocol
-
- Symbol() - Constructor for class com.beowulfchain.beowulfj.protocol.Symbol
-
- SynchronizationType - Enum in com.beowulfchain.beowulfj.enums
-
- Validatable - Interface in com.beowulfchain.beowulfj.interfaces
-
This interface is used to make sure an object implements the validate method.
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.base.models.BeneficiaryRouteType
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.base.models.CommentPayoutBeneficiaries
-
- validate() - Method in class com.beowulfchain.beowulfj.base.models.Transaction
-
Validate if all fields of this transaction object have acceptable values.
- validate(ValidationType) - Method in interface com.beowulfchain.beowulfj.interfaces.Validatable
-
Use this method to verify that this object is valid.
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountOperation
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.SupernodeUpdateOperation
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.TransferOperation
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.TransferToVestingOperation
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.FillVestingWithdrawOperation
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.HardforkOperation
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.ProducerRewardOperation
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.ShutdownSupernodeOperation
-
- validate(ValidationType) - Method in class com.beowulfchain.beowulfj.protocol.operations.WithdrawVestingOperation
-
- ValidationType - Enum in com.beowulfchain.beowulfj.enums
-
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.AddressPrefixType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.BeowulfApiType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.BlockHeaderExtentsionsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.CommentOptionsExtensionsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.ExtensionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.PrivateKeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.RequestMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.RewardFundType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.SynchronizationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.ValidationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.enums.WitnessScheduleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.plugins.apis.database.enums.SortOrderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.protocol.enums.AssetSymbolType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.protocol.enums.CurveId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.beowulfchain.beowulfj.protocol.enums.SmtPhase
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.AddressPrefixType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.BeowulfApiType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.BlockHeaderExtentsionsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.CommentOptionsExtensionsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.ExtensionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.OperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.PrivateKeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.RequestMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.RewardFundType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.SynchronizationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.ValidationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.enums.WitnessScheduleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.plugins.apis.database.enums.SortOrderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.protocol.enums.AssetSymbolType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.protocol.enums.CurveId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.beowulfchain.beowulfj.protocol.enums.SmtPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyAccountAuthority(CommunicationHandler, AccountName, List<PublicKey>) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
-
- verifyAccountAuthority(CommunicationHandler, VerifyAccountAuthorityArgs) - Static method in class com.beowulfchain.beowulfj.plugins.apis.database.DatabaseApi
-
- VerifyAccountAuthorityArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "verify_account_authority_args" object.
- VerifyAccountAuthorityArgs() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.VerifyAccountAuthorityArgs
-
- VerifyAccountAuthorityReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "verify_account_authority_return" object.
- verifyAuthority(SignedTransaction) - Method in class com.beowulfchain.beowulfj.BeowulfJ
-
Use the Beowulf API to verify the required authorities for this
transaction.
- verifyAuthority(CommunicationHandler, VerifyAuthorityArgs) - Static method in class com.beowulfchain.beowulfj.plugins.apis.database.DatabaseApi
-
- VerifyAuthorityArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "verify_authority_args" object.
- VerifyAuthorityArgs() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.VerifyAuthorityArgs
-
- VerifyAuthorityReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "verify_authority_return" object.
- VerifyAuthorityReturn() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.VerifyAuthorityReturn
-
This object is only used to wrap the JSON response in a POJO, so
therefore this class should not be instantiated.
- verifyJsonString(String) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
-
This method can be used to verify, if the given String is a valid JSON
string.
- VerifySignaturesArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "verify_signatures_args" object.
- VerifySignaturesArgs() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.VerifySignaturesArgs
-
- VerifySignaturesReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
-
This class represents a Beowulf "verify_signatures_return" object.
- Version - Class in com.beowulfchain.beowulfj.base.models
-
- Version(byte, byte, short) - Constructor for class com.beowulfchain.beowulfj.base.models.Version
-
This class represents the basic versioning scheme of the Beowulf
blockchain.
- Version(String) - Constructor for class com.beowulfchain.beowulfj.base.models.Version
-
- VestingDelegation - Class in com.beowulfchain.beowulfj.chain
-
- VestingDelegationExpiration - Class in com.beowulfchain.beowulfj.chain
-