Skip navigation links
A B C D E F G H I J K L M N O P R S T V W 

A

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
This method has the same functionality than setEndpointURI(URI, boolean), but this method will enable the SSL verification by default.
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.

B

BaseOperation - Class in com.beowulfchain.beowulfj.protocol.operations
This class summarizes utility methods for the different operation types.
BaseOperation() - Constructor for class com.beowulfchain.beowulfj.protocol.operations.BaseOperation
 
BeneficiaryRouteType - Class in com.beowulfchain.beowulfj.base.models
 
BeneficiaryRouteType(AccountName, short) - Constructor for class com.beowulfchain.beowulfj.base.models.BeneficiaryRouteType
Create a new beneficiary route type.
BeowulfApiType - Enum in com.beowulfchain.beowulfj.enums
 
BeowulfCommunicationException - Exception in com.beowulfchain.beowulfj.exceptions
 
BeowulfCommunicationException() - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfCommunicationException
 
BeowulfCommunicationException(String) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfCommunicationException
 
BeowulfCommunicationException(Throwable) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfCommunicationException
 
BeowulfCommunicationException(String, Throwable) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfCommunicationException
 
BeowulfConnectionException - Exception in com.beowulfchain.beowulfj.exceptions
 
BeowulfConnectionException(String) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfConnectionException
 
BeowulfConnectionException(String, Throwable) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfConnectionException
 
BeowulfFatalErrorException - Exception in com.beowulfchain.beowulfj.exceptions
 
BeowulfFatalErrorException(String) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfFatalErrorException
 
BeowulfFatalErrorException(String, Throwable) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfFatalErrorException
 
BeowulfInvalidParamException - Exception in com.beowulfchain.beowulfj.exceptions
 
BeowulfInvalidParamException(String) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfInvalidParamException
 
BeowulfInvalidParamException(String, Throwable) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfInvalidParamException
 
BeowulfInvalidTransactionException - Exception in com.beowulfchain.beowulfj.exceptions
 
BeowulfInvalidTransactionException(String) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfInvalidTransactionException
 
BeowulfInvalidTransactionException(String, Throwable) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfInvalidTransactionException
 
BeowulfJ - Class in com.beowulfchain.beowulfj
This class is a wrapper for the Beowulf web socket API and provides all features known from the Beowulf CLI Wallet.
BeowulfJConfig - Class in com.beowulfchain.beowulfj.configuration
This class stores the configuration that is used for the communication to the defined server.
BeowulfJUtils - Class in com.beowulfchain.beowulfj.util
This class contains some utility methods used by BeowulfJ.
BeowulfKeyHandlingException - Exception in com.beowulfchain.beowulfj.exceptions
 
BeowulfKeyHandlingException(String) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfKeyHandlingException
 
BeowulfKeyHandlingException(String, Throwable) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfKeyHandlingException
 
BeowulfResponseException - Exception in com.beowulfchain.beowulfj.exceptions
 
BeowulfResponseException(String) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfResponseException
Create a new BeowulfResponseException instance.
BeowulfResponseException(String, Throwable) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfResponseException
Create a new BeowulfResponseException instance.
BeowulfResponseException(Integer, String, JsonNode) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfResponseException
Create a new BeowulfResponseException instance.
BeowulfResponseException(Integer, String, JsonNode, Throwable) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfResponseException
Create a new BeowulfResponseException instance.
BeowulfTimeoutException - Exception in com.beowulfchain.beowulfj.exceptions
 
BeowulfTimeoutException(String) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfTimeoutException
 
BeowulfTimeoutException(String, Throwable) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfTimeoutException
 
beowulfToWd(Price, Asset) - Static method in class com.beowulfchain.beowulfj.BeowulfJ
 
BeowulfTransformationException - Exception in com.beowulfchain.beowulfj.exceptions
 
BeowulfTransformationException(String) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfTransformationException
 
BeowulfTransformationException(String, Throwable) - Constructor for exception com.beowulfchain.beowulfj.exceptions.BeowulfTransformationException
 
BeowulfVersionInfo - Class in com.beowulfchain.beowulfj.apis.login.models
This class represents a Beowulf "beowulf_version_info" object.
Block - Class in com.beowulfchain.beowulfj.base.models
 
BlockApi - Class in com.beowulfchain.beowulfj.plugins.apis.block
Deprecated.
BlockHeader - Class in com.beowulfchain.beowulfj.protocol
 
BlockHeader() - Constructor for class com.beowulfchain.beowulfj.protocol.BlockHeader
 
BlockHeaderExtensions - Class in com.beowulfchain.beowulfj.base.models
 
BlockHeaderExtensions() - Constructor for class com.beowulfchain.beowulfj.base.models.BlockHeaderExtensions
 
BlockHeaderExtensionsDeserializer - Class in com.beowulfchain.beowulfj.base.models.deserializer
 
BlockHeaderExtensionsDeserializer() - Constructor for class com.beowulfchain.beowulfj.base.models.deserializer.BlockHeaderExtensionsDeserializer
 
BlockHeaderExtensionsSerializer - Class in com.beowulfchain.beowulfj.base.models.serializer
 
BlockHeaderExtensionsSerializer() - Constructor for class com.beowulfchain.beowulfj.base.models.serializer.BlockHeaderExtensionsSerializer
 
BlockHeaderExtentsionsType - Enum in com.beowulfchain.beowulfj.enums
 
BlockId - Class in com.beowulfchain.beowulfj.base.models
 
BlockId(String) - Constructor for class com.beowulfchain.beowulfj.base.models.BlockId
 
blockNum - Variable in class com.beowulfchain.beowulfj.protocol.AnnotatedSignedTransaction
 
BooleanSerializer - Class in com.beowulfchain.beowulfj.base.models.serializer
 
BooleanSerializer() - Constructor for class com.beowulfchain.beowulfj.base.models.serializer.BooleanSerializer
 
broadcastBlock(SignedBlock) - Method in class com.beowulfchain.beowulfj.BeowulfJ
Broadcast a whole block.
broadcastBlock(CommunicationHandler, SignedBlock) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
Broadcast a whole block.
broadcastBlock(CommunicationHandler, SignedBlock) - Static method in class com.beowulfchain.beowulfj.plugins.apis.network.broadcast.api.NetworkBroadcastApi
Deprecated.
Broadcast a whole block.
broadcastTransaction(SignedTransaction) - Method in class com.beowulfchain.beowulfj.BeowulfJ
Broadcast a transaction on the Beowulf blockchain.
broadcastTransaction(CommunicationHandler, SignedTransaction) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
Broadcast a transaction on the Beowulf blockchain.
broadcastTransaction(CommunicationHandler, SignedTransaction) - Static method in class com.beowulfchain.beowulfj.plugins.apis.network.broadcast.api.NetworkBroadcastApi
Deprecated.
Broadcast a transaction on the Beowulf blockchain.
broadcastTransactionSynchronous(SignedTransaction) - Method in class com.beowulfchain.beowulfj.BeowulfJ
Broadcast a transaction on the Beowulf blockchain.
broadcastTransactionSynchronous(CommunicationHandler, SignedTransaction) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
Broadcast a transaction on the Beowulf blockchain.
broadcastTransactionSynchronous(CommunicationHandler, SignedTransaction) - Static method in class com.beowulfchain.beowulfj.plugins.apis.network.broadcast.api.NetworkBroadcastApi
Deprecated.
Broadcast a transaction on the Beowulf blockchain.
BroadcastTransactionSynchronousReturn - Class in com.beowulfchain.beowulfj.plugins.apis.network.broadcast.models
This class represents a Beowulf "broadcast_transaction_synchronous_return" object.
BroadcastTransactionSynchronousReturn() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.network.broadcast.models.BroadcastTransactionSynchronousReturn
This object is only used to wrap the JSON response in a POJO, so therefore this class should not be instantiated.
byteToHex(byte) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
 
ByteTransformable - Interface in com.beowulfchain.beowulfj.interfaces
This interface is used to make sure each operation implements a method to get its byte representation.

C

CALLBACK_METHOD_NAME - Static variable in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
The method name indicating a callback.
ChangeRecoveryAccountRequest - Class in com.beowulfchain.beowulfj.chain
 
Checksum - Class in com.beowulfchain.beowulfj.base.models
 
Checksum(String) - Constructor for class com.beowulfchain.beowulfj.base.models.Checksum
 
closeConnection() - Method in class com.beowulfchain.beowulfj.communication.AbstractClient
Use this method to close the connection of this client.
closeConnection() - Method in class com.beowulfchain.beowulfj.communication.HttpClient
 
closeConnection() - Method in class com.beowulfchain.beowulfj.communication.WebsocketClient
 
com.beowulfchain.beowulfj - package com.beowulfchain.beowulfj
 
com.beowulfchain.beowulfj.apis.login.models - package com.beowulfchain.beowulfj.apis.login.models
 
com.beowulfchain.beowulfj.base.models - package com.beowulfchain.beowulfj.base.models
 
com.beowulfchain.beowulfj.base.models.deserializer - package com.beowulfchain.beowulfj.base.models.deserializer
 
com.beowulfchain.beowulfj.base.models.serializer - package com.beowulfchain.beowulfj.base.models.serializer
 
com.beowulfchain.beowulfj.chain - package com.beowulfchain.beowulfj.chain
 
com.beowulfchain.beowulfj.chain.network - package com.beowulfchain.beowulfj.chain.network
 
com.beowulfchain.beowulfj.chain.smt.objects - package com.beowulfchain.beowulfj.chain.smt.objects
 
com.beowulfchain.beowulfj.communication - package com.beowulfchain.beowulfj.communication
 
com.beowulfchain.beowulfj.communication.jrpc - package com.beowulfchain.beowulfj.communication.jrpc
 
com.beowulfchain.beowulfj.configuration - package com.beowulfchain.beowulfj.configuration
 
com.beowulfchain.beowulfj.enums - package com.beowulfchain.beowulfj.enums
 
com.beowulfchain.beowulfj.exceptions - package com.beowulfchain.beowulfj.exceptions
 
com.beowulfchain.beowulfj.fc - package com.beowulfchain.beowulfj.fc
 
com.beowulfchain.beowulfj.interfaces - package com.beowulfchain.beowulfj.interfaces
 
com.beowulfchain.beowulfj.plugins.apis.account.by.key - package com.beowulfchain.beowulfj.plugins.apis.account.by.key
 
com.beowulfchain.beowulfj.plugins.apis.account.by.key.models - package com.beowulfchain.beowulfj.plugins.apis.account.by.key.models
 
com.beowulfchain.beowulfj.plugins.apis.account.history - package com.beowulfchain.beowulfj.plugins.apis.account.history
 
com.beowulfchain.beowulfj.plugins.apis.account.history.models - package com.beowulfchain.beowulfj.plugins.apis.account.history.models
 
com.beowulfchain.beowulfj.plugins.apis.account.history.models.deserializer - package com.beowulfchain.beowulfj.plugins.apis.account.history.models.deserializer
 
com.beowulfchain.beowulfj.plugins.apis.block - package com.beowulfchain.beowulfj.plugins.apis.block
 
com.beowulfchain.beowulfj.plugins.apis.block.models - package com.beowulfchain.beowulfj.plugins.apis.block.models
 
com.beowulfchain.beowulfj.plugins.apis.condenser - package com.beowulfchain.beowulfj.plugins.apis.condenser
 
com.beowulfchain.beowulfj.plugins.apis.condenser.models - package com.beowulfchain.beowulfj.plugins.apis.condenser.models
 
com.beowulfchain.beowulfj.plugins.apis.condenser.models.deserializer - package com.beowulfchain.beowulfj.plugins.apis.condenser.models.deserializer
 
com.beowulfchain.beowulfj.plugins.apis.database - package com.beowulfchain.beowulfj.plugins.apis.database
 
com.beowulfchain.beowulfj.plugins.apis.database.enums - package com.beowulfchain.beowulfj.plugins.apis.database.enums
 
com.beowulfchain.beowulfj.plugins.apis.database.models - package com.beowulfchain.beowulfj.plugins.apis.database.models
 
com.beowulfchain.beowulfj.plugins.apis.network.broadcast.api - package com.beowulfchain.beowulfj.plugins.apis.network.broadcast.api
 
com.beowulfchain.beowulfj.plugins.apis.network.broadcast.models - package com.beowulfchain.beowulfj.plugins.apis.network.broadcast.models
 
com.beowulfchain.beowulfj.protocol - package com.beowulfchain.beowulfj.protocol
 
com.beowulfchain.beowulfj.protocol.enums - package com.beowulfchain.beowulfj.protocol.enums
 
com.beowulfchain.beowulfj.protocol.extensions - package com.beowulfchain.beowulfj.protocol.extensions
 
com.beowulfchain.beowulfj.protocol.operations - package com.beowulfchain.beowulfj.protocol.operations
 
com.beowulfchain.beowulfj.protocol.operations.virtual - package com.beowulfchain.beowulfj.protocol.operations.virtual
 
com.beowulfchain.beowulfj.util - package com.beowulfchain.beowulfj.util
 
CommentOptionsExtension - Class in com.beowulfchain.beowulfj.base.models
 
CommentOptionsExtension() - Constructor for class com.beowulfchain.beowulfj.base.models.CommentOptionsExtension
 
CommentOptionsExtensionDeserializer - Class in com.beowulfchain.beowulfj.base.models.deserializer
 
CommentOptionsExtensionDeserializer() - Constructor for class com.beowulfchain.beowulfj.base.models.deserializer.CommentOptionsExtensionDeserializer
 
CommentOptionsExtensionSerializer - Class in com.beowulfchain.beowulfj.base.models.serializer
 
CommentOptionsExtensionSerializer() - Constructor for class com.beowulfchain.beowulfj.base.models.serializer.CommentOptionsExtensionSerializer
 
CommentOptionsExtensionsType - Enum in com.beowulfchain.beowulfj.enums
 
CommentPayoutBeneficiaries - Class in com.beowulfchain.beowulfj.base.models
 
CommentPayoutBeneficiaries() - Constructor for class com.beowulfchain.beowulfj.base.models.CommentPayoutBeneficiaries
 
CommunicationHandler - Class in com.beowulfchain.beowulfj.communication
 
CommunicationHandler() - Constructor for class com.beowulfchain.beowulfj.communication.CommunicationHandler
Initialize the Connection Handler.
CommunicationHandler(BeowulfJConfig) - Constructor for class com.beowulfchain.beowulfj.communication.CommunicationHandler
Initialize the Connection Handler.
CompletedTransaction - Class in com.beowulfchain.beowulfj.chain
this class present Transaction had been mined
CompletedTransaction(UShort, UInteger, TimePointSec, List<Operation>, List<FutureExtensions>, Long, TransactionId, Long, Long, String) - Constructor for class com.beowulfchain.beowulfj.chain.CompletedTransaction
Create a new signed transaction object.
CompletedTransaction(BlockId, List<Operation>, List<FutureExtensions>) - Constructor for class com.beowulfchain.beowulfj.chain.CompletedTransaction
Like CompletedTransaction.CompletedTransaction(BlockId, List, List), but allows you to provide a BlockId object as the reference block and will also set the expirationDate to the latest possible time.
CondenserApi - Class in com.beowulfchain.beowulfj.plugins.apis.condenser
This class implements the "condenser_api".
CondenserUtils - Class in com.beowulfchain.beowulfj.util
This class contains several utility methods required for Condenser functionalities.
Config - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
 
createAccount(AccountName, Asset, AccountName, Authority, String) - Method in class com.beowulfchain.beowulfj.BeowulfJ
 
createdTime - Variable in class com.beowulfchain.beowulfj.base.models.Transaction
 
createPermlinkString(String) - Static method in class com.beowulfchain.beowulfj.util.CondenserUtils
Create a permlink string from the given title: The title is trimmed and converted to lowercase Spaces are converted to hyphens Disallowed characters are removed Contiguous hyphens are replaced with a single hyphen
createSmtAsset(BigDecimal, String) - Static method in class com.beowulfchain.beowulfj.protocol.Asset
Create a new asset object by providing all required fields.
creator - Variable in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
 
CurveId - Enum in com.beowulfchain.beowulfj.protocol.enums
An enumeration for all existing curve types.
CurveIdDeserializer - Class in com.beowulfchain.beowulfj.base.models.deserializer
 
CurveIdDeserializer() - Constructor for class com.beowulfchain.beowulfj.base.models.deserializer.CurveIdDeserializer
 

D

DatabaseApi - Class in com.beowulfchain.beowulfj.plugins.apis.database
This class implements the "database_api".
DeclineVotingRightsRequestObject - Class in com.beowulfchain.beowulfj.chain
 
decodeHexString(String) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
 
decrypt(byte[], byte[], byte[]) - Static method in class com.beowulfchain.beowulfj.util.WalletUtils
 
decryptWallet(WalletObject, String) - Static method in class com.beowulfchain.beowulfj.util.WalletUtils
 
deserialize(JsonParser, DeserializationContext) - Method in class com.beowulfchain.beowulfj.base.models.deserializer.AccountAuthHashMapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.beowulfchain.beowulfj.base.models.deserializer.AssetDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.beowulfchain.beowulfj.base.models.deserializer.BlockHeaderExtensionsDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.beowulfchain.beowulfj.base.models.deserializer.CommentOptionsExtensionDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.beowulfchain.beowulfj.base.models.deserializer.CurveIdDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.beowulfchain.beowulfj.base.models.deserializer.GuestBloggerPairDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.beowulfchain.beowulfj.base.models.deserializer.OperationHistoryHashMapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.beowulfchain.beowulfj.base.models.deserializer.PublicKeyHashMapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.beowulfchain.beowulfj.base.models.deserializer.TagUsagePairDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.deserializer.AppliedOperationHashMapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.deserializer.AccountHistoryDeserializer
 
Devnet - Class in com.beowulfchain.beowulfj.chain.network
 
Devnet() - Constructor for class com.beowulfchain.beowulfj.chain.network.Devnet
 
DiscussionIndex - Class in com.beowulfchain.beowulfj.plugins.apis.condenser.models
This class represents a Beowulf "discussion_index" object.
DiscussionIndex() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
This object is only used to wrap the JSON response in a POJO, so therefore this class should not be instantiated.
DynamicGlobalProperty - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents the Beowulf "dynamic_global_property_api_obj" object.
DynamicGlobalProperty() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
This object is only used to wrap the JSON response in a POJO, so therefore this class should not be instantiated.

E

encrypt(byte[], byte[], byte[]) - Static method in class com.beowulfchain.beowulfj.util.WalletUtils
 
encryptWallet(AccountName, KeyPair, String) - Static method in class com.beowulfchain.beowulfj.util.WalletUtils
 
equals(Object) - Method in class com.beowulfchain.beowulfj.fc.TimePointSec
 
equals(Object) - Method in class com.beowulfchain.beowulfj.protocol.AccountName
 
equals(Object) - Method in class com.beowulfchain.beowulfj.protocol.Asset
 
equals(Object) - Method in class com.beowulfchain.beowulfj.protocol.Authority
 
equals(Object) - Method in class com.beowulfchain.beowulfj.protocol.ExtensionValue
 
equals(Object) - Method in class com.beowulfchain.beowulfj.protocol.Price
 
equals(Object) - Method in class com.beowulfchain.beowulfj.protocol.PublicKey
 
ERROR_CODE_FIELD_NAME - Static variable in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
The field name of the JSON RPC "code" field.
ERROR_DATA_FIELD_NAME - Static variable in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
The field name of the JSON RPC "data" field.
ERROR_FIELD_NAME - Static variable in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
The field name of the JSON RPC "error" field.
ERROR_MESSAGE_FIELD_NAME - Static variable in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
The field name of the JSON RPC "message" field.
expirationDate - Variable in class com.beowulfchain.beowulfj.base.models.Transaction
 
ExtendedAccount - Class in com.beowulfchain.beowulfj.plugins.apis.condenser.models
This class represents a Beowulf "extended_account" object.
ExtendedDynamicGlobalProperties - Class in com.beowulfchain.beowulfj.plugins.apis.condenser.models
This class represents a Beowulf "extended_dynamic_global_properties" object.
ExtendedSignedBlock - Class in com.beowulfchain.beowulfj.plugins.apis.block.models
This class is the java implementation of the Beowulf "signed_block_with_info" object.
ExtendedSignedBlock() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.block.models.ExtendedSignedBlock
This object is only used to wrap the JSON response in a POJO, so therefore this class should not be instantiated.
extensions - Variable in class com.beowulfchain.beowulfj.base.models.Transaction
 
extensions - Variable in class com.beowulfchain.beowulfj.protocol.BlockHeader
 
ExtensionType - Enum in com.beowulfchain.beowulfj.enums
 
ExtensionValue - Class in com.beowulfchain.beowulfj.protocol
 
ExtensionValue() - Constructor for class com.beowulfchain.beowulfj.protocol.ExtensionValue
 
ExtensionValue(String) - Constructor for class com.beowulfchain.beowulfj.protocol.ExtensionValue
 
extractLinksFromContent(String) - Static method in class com.beowulfchain.beowulfj.util.CondenserUtils
Get a list of links that the given content contains.
extractUsersFromContent(String) - Static method in class com.beowulfchain.beowulfj.util.CondenserUtils
Get a list of user names that the given content contains.

F

fee - Variable in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
 
FillVestingWithdrawOperation - Class in com.beowulfchain.beowulfj.protocol.operations.virtual
This class represents the Beowulf "fill_vesting_withdraw_operation" object.
FindAccountsArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "find_accounts_args" object.
FindAccountsArgs(List<AccountName>) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.FindAccountsArgs
 
FindAccountsReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "find_accounts_return" object.
FindOwnerHistoriesArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "find_owner_histories_args" object.
FindOwnerHistoriesArgs(AccountName) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.FindOwnerHistoriesArgs
 
FindOwnerHistoriesReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "find_owner_histories_return" object.
findSmtTokenByName(List<String>) - Method in class com.beowulfchain.beowulfj.BeowulfJ
 
findSmtTokenByName(CommunicationHandler, List<String>) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
(find_smt_tokens_by_name)
FindSmtTokenByName - Class in com.beowulfchain.beowulfj.plugins.apis.condenser.models
 
FindSmtTokenByName() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
 
FindSupernodesArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "find_supernodes_args" object.
FindSupernodesArgs(List<AccountName>) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.FindSupernodesArgs
 
FindWithdrawVestingRoutesArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "find_withdraw_vesting_routes_args" object.
FindWithdrawVestingRoutesArgs() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.FindWithdrawVestingRoutesArgs
 
FindWithdrawVestingRoutesReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "find_withdraw_vesting_routes_return" object.
fromEckeyToWif(ECKey) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
 
fromPrivKeyHexToWif(String) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
 
fromWifToEckey(String) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
 
FutureExtensions - Class in com.beowulfchain.beowulfj.base.models
 
FutureExtensions() - Constructor for class com.beowulfchain.beowulfj.base.models.FutureExtensions
 

G

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
Create a new GetBlockHeaderArgs instance to be passed to the getBlock method.
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.
Like BlockApi.getBlock(CommunicationHandler, GetBlockArgs), but will only return the header of the requested block instead of the full, signed one.
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
Create a new GetBlockHeaderArgs instance to be passed to the getBlock method.
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
Get the currently configured AssetSymbolType for dollars (e.g.
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
Like DatabaseApi.getDynamicGlobalProperties(CommunicationHandler), but returns an ExtendedDynamicGlobalProperties object providing additional information.
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
Receive a BeowulfJConfig instance.
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
Create a new GetBlockHeaderArgs instance to be passed to the getBlock method.
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
Overrides the current BeowulfJConfig instance and returns a new one.
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
Get the list of AppliedOperations returned from the Beowulf Node.
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
Get the owner Authority of the newAccountName.
getOwner() - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountOperation
Get the owner Authority.
getOwner() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
Get the owner Authority of the account.
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
Get the CountDownLatch used by this instance to change its counter.
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
Get the currently configured AssetSymbolType for tokens (e.g.
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
Get the currently configured AssetSymbolType for M.
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
 

H

handleError(long) - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
This method checks if the JSON response wrapped by this JsonRPCResponse instance has the expected id and will try to generate and throw a BeowulfResponseException based on the response.
handleResult(JavaType, long) - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
This method checks if the JSON response wrapped by this JsonRPCResponse instance has the expected id and will try to transform the JSON into the given type.
HardforkOperation - Class in com.beowulfchain.beowulfj.protocol.operations.virtual
This class represents a Beowulf "hardfork_operation" object.
HardforkProperty - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "api_hardfork_property_object" object.
HardforkProperty() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.HardforkProperty
This object is only used to wrap the JSON response in a POJO, so therefore this class should not be instantiated.
HardforkVersion - Class in com.beowulfchain.beowulfj.protocol
This class is the java implementation of the Beowulf "hardfork_version" object.
HardforkVersion(byte, byte) - Constructor for class com.beowulfchain.beowulfj.protocol.HardforkVersion
This class represents a hardfork version.
HardforkVersion(Version) - Constructor for class com.beowulfchain.beowulfj.protocol.HardforkVersion
Like HardforkVersion.HardforkVersion(byte, byte), but expects a Version object.
HardforkVersion(String) - Constructor for class com.beowulfchain.beowulfj.protocol.HardforkVersion
Like HardforkVersion.HardforkVersion(byte, byte), but expects the hardfork version in its String representation.
HardforkVersionVote - Class in com.beowulfchain.beowulfj.base.models
 
HardforkVersionVote(HardforkVersion, TimePointSec) - Constructor for class com.beowulfchain.beowulfj.base.models.HardforkVersionVote
Create a new hardfork version vote object.
hashCode() - Method in class com.beowulfchain.beowulfj.fc.TimePointSec
 
hashCode() - Method in class com.beowulfchain.beowulfj.protocol.AccountName
 
hashCode() - Method in class com.beowulfchain.beowulfj.protocol.Asset
 
hashCode() - Method in class com.beowulfchain.beowulfj.protocol.Authority
 
hashCode() - Method in class com.beowulfchain.beowulfj.protocol.Price
 
hashCode() - Method in class com.beowulfchain.beowulfj.protocol.PublicKey
 
hexToByte(String) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
 
hfTime - Variable in class com.beowulfchain.beowulfj.base.models.HardforkVersionVote
 
hfVersion - Variable in class com.beowulfchain.beowulfj.base.models.HardforkVersionVote
 
HttpClient - Class in com.beowulfchain.beowulfj.communication
 
HttpClient() - Constructor for class com.beowulfchain.beowulfj.communication.HttpClient
 
HttpClientRequestInitializer - Class in com.beowulfchain.beowulfj.communication
 
HttpClientRequestInitializer() - Constructor for class com.beowulfchain.beowulfj.communication.HttpClientRequestInitializer
 

I

ID_FIELD_NAME - Static variable in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
The field name of the JSON RPC "id" field.
initialize(HttpRequest) - Method in class com.beowulfchain.beowulfj.communication.HttpClientRequestInitializer
 
initializeNewClient(BeowulfJConfig) - Method in class com.beowulfchain.beowulfj.communication.CommunicationHandler
Initialize a new client by selecting one of the configured endpoints.
invokeAndReadResponse(JsonRPCRequest, URI, boolean) - Method in class com.beowulfchain.beowulfj.communication.AbstractClient
Use this method to send a requestObject to the endpointUri and to receive an answer.
invokeAndReadResponse(JsonRPCRequest, URI, boolean) - Method in class com.beowulfchain.beowulfj.communication.HttpClient
 
invokeAndReadResponse(JsonRPCRequest, URI, boolean) - Method in class com.beowulfchain.beowulfj.communication.WebsocketClient
 
isActiveChallenged() - Method in class com.beowulfchain.beowulfj.base.models.Account
 
isAutoVest() - Method in class com.beowulfchain.beowulfj.chain.WithdrawVestingRoutes
 
isBeowulfEnableSmt() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
 
isEmpty() - Method in class com.beowulfchain.beowulfj.protocol.AccountName
Returns true if, and only if, the account name has more than 0 characters.
isEmpty() - Method in class com.beowulfchain.beowulfj.protocol.Authority
Returns true if, and only if, the account name has more than 0 characters.
isError() - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
Check if the JsonRPCResponse.getRawJsonResponse() contains an error.
isExpired() - Method in class com.beowulfchain.beowulfj.plugins.apis.network.broadcast.models.BroadcastTransactionSynchronousReturn
Check if the applied transaction is already expired.
isFieldNullOrEmpty(String, ObjectNode) - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
Check if the given fieldName has an empty or null value.
isImpossible() - Method in class com.beowulfchain.beowulfj.protocol.Authority
Check if the authority is impossible.
isOwnerChallenged() - Method in class com.beowulfchain.beowulfj.base.models.Account
 
isTestNet() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
 
isValid() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.VerifyAuthorityReturn
 
isVirtual() - Method in class com.beowulfchain.beowulfj.protocol.operations.Operation
Returns true if, and only if, the operation is a virtual operation.

J

JsonExtension - Class in com.beowulfchain.beowulfj.protocol.extensions
 
JsonExtension(ExtensionValue) - Constructor for class com.beowulfchain.beowulfj.protocol.extensions.JsonExtension
 
jsonMetadata - Variable in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountOperation
 
JsonRPCRequest - Class in com.beowulfchain.beowulfj.communication.jrpc
 
JsonRPCRequest(BeowulfApiType, RequestMethod, Object) - Constructor for class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCRequest
Instantiate a new RequestObject.
JsonRPCResponse - Class in com.beowulfchain.beowulfj.communication.jrpc
 
JsonRPCResponse(JsonNode) - Constructor for class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
Create a new JsonRPCResponse instance.

K

KeyGenerator - Class in com.beowulfchain.beowulfj.util
This class can be used to generate a new public, private and brain key.
KeyGenerator() - Constructor for class com.beowulfchain.beowulfj.util.KeyGenerator
Like KeyGenerator(String, int) but automatically suggests a new brain key and uses the sequence 0.
KeyGenerator(String, int) - Constructor for class com.beowulfchain.beowulfj.util.KeyGenerator
Create a private and a public key based on the given brain key and the given sequence.
KeyPair - Class in com.beowulfchain.beowulfj.protocol
 
KeyPair() - Constructor for class com.beowulfchain.beowulfj.protocol.KeyPair
 

L

ListAccountsArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "list_accounts_args" object.
ListAccountsArgs(Object, UInteger, SortOrderType) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.ListAccountsArgs
 
ListAccountsReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "list_accounts_return" object.
ListOwnerHistoriesArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "list_owner_histories_args" object.
ListOwnerHistoriesArgs(Object, UInteger) - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.ListOwnerHistoriesArgs
 
ListOwnerHistoriesReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "list_owner_histories_return" object.
ListOwnerHistoriesReturn() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.ListOwnerHistoriesReturn
This object is only used to wrap the JSON response in a POJO, so therefore this class should not be instantiated.
ListSupernodesArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "list_supernodes_args" object.
ListSupernodesArgs() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesArgs
 
ListSupernodesReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "list_supernodes_return" object.
ListSupernodesReturn() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesReturn
This object is only used to wrap the JSON response in a POJO, so therefore this class should not be instantiated.
ListSupernodesVotesReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "list_supernode_votes_return" object.
ListSupernodesVotesReturn() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesVotesReturn
This object is only used to wrap the JSON response in a POJO, so therefore this class should not be instantiated.
ListWithdrawVestingRoutesArgs - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "list_withdraw_vesting_routes_args" object.
ListWithdrawVestingRoutesArgs() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.ListWithdrawVestingRoutesArgs
 
ListWithdrawVestingRoutesReturn - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "list_withdraw_vesting_routes_return" object.
ListWithdrawVestingRoutesReturn() - Constructor for class com.beowulfchain.beowulfj.plugins.apis.database.models.ListWithdrawVestingRoutesReturn
This object is only used to wrap the JSON response in a POJO, so therefore this class should not be instantiated.
lookupAccounts(String, int) - Method in class com.beowulfchain.beowulfj.BeowulfJ
Search for accounts.
lookupAccounts(CommunicationHandler, String, int) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
(lookupSupernodeAccounts)
lookupSupernodeAccounts(String, int) - Method in class com.beowulfchain.beowulfj.BeowulfJ
Search for supernode accounts.
lookupSupernodeAccounts(CommunicationHandler, String, int) - Static method in class com.beowulfchain.beowulfj.plugins.apis.condenser.CondenserApi
(lookupSupernodeAccounts)

M

Mainnet - Class in com.beowulfchain.beowulfj.chain.network
 
Mainnet() - Constructor for class com.beowulfchain.beowulfj.chain.network.Mainnet
 
mergeRequiredAuthorities(Map<SignatureObject, PrivateKeyType>, SignatureObject, PrivateKeyType) - Method in class com.beowulfchain.beowulfj.protocol.operations.Operation
Use this helper method to merge a single accountName into the requiredAuthoritiesBase.
mergeRequiredAuthorities(Map<SignatureObject, PrivateKeyType>, List<? extends SignatureObject>, PrivateKeyType) - Method in class com.beowulfchain.beowulfj.protocol.operations.Operation
Use this helper method to merge a a list of account names into the requiredAuthoritiesBase.
METHOD_FIELD_NAME - Static variable in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
The field name of the JSON RPC "method" field.
multiply(Asset) - Method in class com.beowulfchain.beowulfj.protocol.Price
Multiply this price instance with an Asset instance.

N

NetworkBroadcastApi - Class in com.beowulfchain.beowulfj.plugins.apis.network.broadcast.api
Deprecated.
NetworkProperties - Interface in com.beowulfchain.beowulfj.chain
 
newAccountName - Variable in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountCreateOperation
 

O

onClose(Session, CloseReason) - Method in class com.beowulfchain.beowulfj.communication.WebsocketEndpoint
 
onConnectFailure(Exception) - Method in class com.beowulfchain.beowulfj.communication.WebsocketReconnectHandler
 
onDisconnect(CloseReason) - Method in class com.beowulfchain.beowulfj.communication.WebsocketReconnectHandler
 
onError(Session, Throwable) - Method in class com.beowulfchain.beowulfj.communication.WebsocketEndpoint
 
onMessage(String) - Method in class com.beowulfchain.beowulfj.communication.WebsocketEndpoint
 
onOpen(Session, EndpointConfig) - Method in class com.beowulfchain.beowulfj.communication.WebsocketEndpoint
 
Operation - Class in com.beowulfchain.beowulfj.protocol.operations
This class is a wrapper for the different kinds of operations that an user can perform.
Operation(boolean) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.Operation
Create a new Operation object by providing the operation type.
OperationHistoryHashMapDeserializer - Class in com.beowulfchain.beowulfj.base.models.deserializer
 
OperationHistoryHashMapDeserializer() - Constructor for class com.beowulfchain.beowulfj.base.models.deserializer.OperationHistoryHashMapDeserializer
 
operations - Variable in class com.beowulfchain.beowulfj.base.models.Transaction
 
OperationType - Enum in com.beowulfchain.beowulfj.enums
 
owner - Variable in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountOperation
 
OwnerAuthorityHistory - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class represents a Beowulf "api_owner_authority_history_object" object.

P

PARAMETERS_FIELD_NAME - Static variable in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
The field name of the JSON RPC "method" field.
performRequest(JsonRPCRequest, Class<T>) - Method in class com.beowulfchain.beowulfj.communication.CommunicationHandler
Perform a request to the web socket API whose response will automatically get transformed into the given object.
Pow - Class in com.beowulfchain.beowulfj.base.models
 
Pow() - Constructor for class com.beowulfchain.beowulfj.base.models.Pow
 
Pow(ECKey, Sha256Hash) - Constructor for class com.beowulfchain.beowulfj.base.models.Pow
 
previous - Variable in class com.beowulfchain.beowulfj.protocol.BlockHeader
 
Price - Class in com.beowulfchain.beowulfj.protocol
 
Price(Asset, Asset) - Constructor for class com.beowulfchain.beowulfj.protocol.Price
Create a new price object by providing a base and a quote asset.
PrivateKeyStorage - Class in com.beowulfchain.beowulfj.configuration
 
PrivateKeyStorage() - Constructor for class com.beowulfchain.beowulfj.configuration.PrivateKeyStorage
 
privateKeyToWIF(ECKey) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
Get the WIF representation of a private key.
PrivateKeyType - Enum in com.beowulfchain.beowulfj.enums
 
ProducerRewardOperation - Class in com.beowulfchain.beowulfj.protocol.operations.virtual
This class represents the Beowulf "producer_reward_operation" object.
PublicKey - Class in com.beowulfchain.beowulfj.protocol
This class is the java implementation of the public_key object.
PublicKey(String) - Constructor for class com.beowulfchain.beowulfj.protocol.PublicKey
Create a new public key by providing an address as String.
PublicKey(ECKey) - Constructor for class com.beowulfchain.beowulfj.protocol.PublicKey
Create a new public key by providing a ECKey object containing the public key.
PublicKeyHashMapDeserializer - Class in com.beowulfchain.beowulfj.base.models.deserializer
 
PublicKeyHashMapDeserializer() - Constructor for class com.beowulfchain.beowulfj.base.models.deserializer.PublicKeyHashMapDeserializer
 
PublicKeyHashMapSerializer - Class in com.beowulfchain.beowulfj.base.models.serializer
 
PublicKeyHashMapSerializer() - Constructor for class com.beowulfchain.beowulfj.base.models.serializer.PublicKeyHashMapSerializer
 
PublicKeySerializer - Class in com.beowulfchain.beowulfj.base.models.serializer
 
PublicKeySerializer() - Constructor for class com.beowulfchain.beowulfj.base.models.serializer.PublicKeySerializer
 

R

refBlockNum - Variable in class com.beowulfchain.beowulfj.base.models.Transaction
The ref_block_num indicates a particular block in the past by referring to the block number which has this number as the last two bytes.
refBlockPrefix - Variable in class com.beowulfchain.beowulfj.base.models.Transaction
The ref_block_prefix on the other hand is obtain from the block id of that particular reference block.
removeAccount(AccountName) - Method in class com.beowulfchain.beowulfj.configuration.PrivateKeyStorage
Removes the given Account and all its stored private keys from the key storage.
RequestMethod - Enum in com.beowulfchain.beowulfj.enums
 
RESULT_FIELD_NAME - Static variable in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
The field name of the JSON RPC "result" field.
RewardFund - Class in com.beowulfchain.beowulfj.plugins.apis.database.models
This class is the java implementation of the Beowulf "reward_fund_object".
RewardFundType - Enum in com.beowulfchain.beowulfj.enums
 
Ripemd160 - Class in com.beowulfchain.beowulfj.base.models
 
Ripemd160(String) - Constructor for class com.beowulfchain.beowulfj.base.models.Ripemd160
Create a new wrapper for the given ripemd160 hash.

S

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
Override the current TransactionId wrapped by this instance.
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
Like BeowulfJUtils.setIfNotNull(Object, String, Object), but does not require a default value.
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
Like BeowulfJUtils.setIfNotNull(Object, String, Object), but the generated exception will contain a static text.
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
Set the owner Authority of the newAccountName.
setOwner(Authority) - Method in class com.beowulfchain.beowulfj.protocol.operations.AbstractAccountOperation
Set the owner Authority.
setOwner(Authority) - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
Set the new owner Authority of the account.
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
Like sign(String), but uses the default chain id.
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
Like SignedTransaction.SignedTransaction(BlockId, List, List), but allows you to provide a BlockId object as the reference block and will also set the expirationDate to the latest possible time.
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
 

T

TagUsagePairDeserializer - Class in com.beowulfchain.beowulfj.base.models.deserializer
 
TagUsagePairDeserializer() - Constructor for class com.beowulfchain.beowulfj.base.models.deserializer.TagUsagePairDeserializer
 
Testnet - Class in com.beowulfchain.beowulfj.chain.network
 
Testnet() - Constructor for class com.beowulfchain.beowulfj.chain.network.Testnet
 
TimePointSec - Class in com.beowulfchain.beowulfj.fc
This class represents a FC "time_point_sec" Object.
TimePointSec(String) - Constructor for class com.beowulfchain.beowulfj.fc.TimePointSec
Default constructor used to deserialize a json String into a date.
TimePointSec(long) - Constructor for class com.beowulfchain.beowulfj.fc.TimePointSec
Create a new TimePointSec object by providing the date as a timestamp.
timestamp - Variable in class com.beowulfchain.beowulfj.protocol.BlockHeader
 
toByteArray() - Method in class com.beowulfchain.beowulfj.base.models.BeneficiaryRouteType
 
toByteArray() - Method in class com.beowulfchain.beowulfj.base.models.CommentPayoutBeneficiaries
 
toByteArray() - Method in class com.beowulfchain.beowulfj.base.models.HardforkVersionVote
 
toByteArray() - Method in class com.beowulfchain.beowulfj.base.models.Pow
 
toByteArray() - Method in class com.beowulfchain.beowulfj.base.models.Ripemd160
 
toByteArray() - Method in class com.beowulfchain.beowulfj.base.models.Version
 
toByteArray() - Method in class com.beowulfchain.beowulfj.chain.SignedTransaction
This method creates a byte array based on a transaction object under the use of a guide written by Xeroc.
toByteArray(String) - Method in class com.beowulfchain.beowulfj.chain.SignedTransaction
Like toByteArray(), but allows to define a Beowulf chain id.
toByteArray() - Method in class com.beowulfchain.beowulfj.fc.TimePointSec
 
toByteArray() - Method in interface com.beowulfchain.beowulfj.interfaces.ByteTransformable
Covert the operation into a byte array.
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.AccountName
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.Asset
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.AssetInfo
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.Authority
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.extensions.JsonExtension
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.ExtensionValue
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountCreateOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.SmtCreateOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.SupernodeUpdateOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.TransferOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.TransferToVestingOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.FillVestingWithdrawOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.HardforkOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.ProducerRewardOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.ShutdownSupernodeOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.operations.WithdrawVestingOperation
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.Price
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.PublicKey
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.SignedBlockHeader
 
toByteArray() - Method in class com.beowulfchain.beowulfj.protocol.Symbol
 
toDigit(char) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
 
toJson() - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCRequest
 
toJson() - Method in class com.beowulfchain.beowulfj.protocol.AssetInfo
 
toReal() - Method in class com.beowulfchain.beowulfj.protocol.Asset
Transform this asset into its BigDecimal representation.
toString() - Method in class com.beowulfchain.beowulfj.apis.login.models.BeowulfVersionInfo
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.Account
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.BeneficiaryRouteType
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.Block
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.BlockHeaderExtensions
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.CommentOptionsExtension
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.CommentPayoutBeneficiaries
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.HardforkVersionVote
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.Ripemd160
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.ScheduledHardfork
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.SignedBlockWithInfo
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.Transaction
 
toString() - Method in class com.beowulfchain.beowulfj.base.models.Version
 
toString() - Method in class com.beowulfchain.beowulfj.chain.ChangeRecoveryAccountRequest
 
toString() - Method in class com.beowulfchain.beowulfj.chain.DeclineVotingRightsRequestObject
 
toString() - Method in class com.beowulfchain.beowulfj.chain.SignedTransaction
 
toString() - Method in class com.beowulfchain.beowulfj.chain.SupernodeVote
 
toString() - Method in class com.beowulfchain.beowulfj.chain.VestingDelegation
 
toString() - Method in class com.beowulfchain.beowulfj.chain.VestingDelegationExpiration
 
toString() - Method in class com.beowulfchain.beowulfj.chain.WithdrawVestingRoutes
 
toString() - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCRequest
 
toString() - Method in class com.beowulfchain.beowulfj.communication.jrpc.JsonRPCResponse
 
toString() - Method in class com.beowulfchain.beowulfj.fc.TimePointSec
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.by.key.models.GetKeyReferencesArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.by.key.models.GetKeyReferencesReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.AppliedOperation
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetAccountHistoryArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetAccountHistoryReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetOpsInBlockArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetOpsInBlockReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.account.history.models.GetTransactionArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.ExtendedSignedBlock
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockHeaderArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockHeaderReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.block.models.GetBlockReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.AccountVote
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.DiscussionIndex
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedAccount
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.ExtendedDynamicGlobalProperties
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.condenser.models.FindSmtTokenByName
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Config
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.DynamicGlobalProperty
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindAccountsArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindAccountsReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindOwnerHistoriesArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindSupernodesArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.FindWithdrawVestingRoutesArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.GetPotentialSignaturesArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.GetRequiredSignaturesArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.GetRequiredSignaturesReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.GetSmtNextIdentifierReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.GetTransactionHexArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.GetTransactionHexReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.HardforkProperty
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListAccountsArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListAccountsReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListOwnerHistoriesArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListOwnerHistoriesReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListSupernodesVotesReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListWithdrawVestingRoutesArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.ListWithdrawVestingRoutesReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.OwnerAuthorityHistory
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.RewardFund
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.Supernode
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.SupernodeSchedule
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.VerifyAccountAuthorityArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.VerifyAccountAuthorityReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.VerifyAuthorityArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.VerifyAuthorityReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.VerifySignaturesArgs
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.database.models.VerifySignaturesReturn
 
toString() - Method in class com.beowulfchain.beowulfj.plugins.apis.network.broadcast.models.BroadcastTransactionSynchronousReturn
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.AccountName
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.AnnotatedSignedTransaction
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.Asset
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.Authority
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.BlockHeader
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.ExtensionValue
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountCreateOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountSupernodeVoteOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.AccountUpdateOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.BaseOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.Operation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.SupernodeUpdateOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.TransferOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.TransferToVestingOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.FillVestingWithdrawOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.HardforkOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.ProducerRewardOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.virtual.ShutdownSupernodeOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.operations.WithdrawVestingOperation
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.Price
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.PublicKey
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.SignedBlock
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.SignedBlockHeader
 
toString() - Method in class com.beowulfchain.beowulfj.protocol.WalletObject
 
Transaction - Class in com.beowulfchain.beowulfj.base.models
 
Transaction(UShort, UInteger, TimePointSec, List<Operation>, List<FutureExtensions>, Long) - Constructor for class com.beowulfchain.beowulfj.base.models.Transaction
Create a new transaction object.
Transaction(BlockId, List<Operation>, List<FutureExtensions>) - Constructor for class com.beowulfchain.beowulfj.base.models.Transaction
Like Transaction.Transaction(BlockId, List, List) , but allows you to provide a BlockId object as the reference block and will also set the expirationDate to the latest possible time.
Transaction() - Constructor for class com.beowulfchain.beowulfj.base.models.Transaction
This method is only used by JUnit-Tests
transactionId - Variable in class com.beowulfchain.beowulfj.protocol.AnnotatedSignedTransaction
 
TransactionId - Class in com.beowulfchain.beowulfj.protocol
This class is the java implementation of the Beowulf "transaction_id_type" object.
TransactionId(String) - Constructor for class com.beowulfchain.beowulfj.protocol.TransactionId
Create a new wrapper for the given ripemd160 hash.
transactionMerkleRoot - Variable in class com.beowulfchain.beowulfj.protocol.BlockHeader
 
transactionNum - Variable in class com.beowulfchain.beowulfj.protocol.AnnotatedSignedTransaction
 
transactions - Variable in class com.beowulfchain.beowulfj.protocol.SignedBlock
 
transfer(AccountName, AccountName, Asset, Asset, String) - Method in class com.beowulfchain.beowulfj.BeowulfJ
Transfer currency from specified account to recipient.
TransferOperation - Class in com.beowulfchain.beowulfj.protocol.operations
This class represents the Beowulf "transfer_operation" object.
TransferOperation(AccountName, AccountName, Asset, Asset, String) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.TransferOperation
Create a new transfer operation.Use this operation to transfer an asset from one account to another.
TransferToVestingOperation - Class in com.beowulfchain.beowulfj.protocol.operations
This class represents the Beowulf "transfer_to_vesting_operation" object.
TransferToVestingOperation(AccountName, AccountName, Asset, Asset) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.TransferToVestingOperation
Create a new transfer to vesting operation to transfer Beowulf Power to other users.
TransferToVestingOperation(AccountName, Asset, Asset) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.TransferToVestingOperation
Like TransferToVestingOperation.TransferToVestingOperation(AccountName, AccountName, Asset, Asset), but will transform the asset from the from account to the from account.
transformBooleanToByteArray(boolean) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
Transform a boolean value into its byte representation.
transformByteToLittleEndian(byte) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
Change the order of a byte to little endian.
transformDateToString(Date) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
This method transform a date and returns this date in its String representation.
transformIntToByteArray(int) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
Transform an int value into its byte representation.
transformIntToVarIntByteArray(int) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
Transform an int value into its byte representation.
transformLongToByteArray(long) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
Transform a long variable into a byte array.
transformLongToVarIntByteArray(long) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
Transform a long value into its byte representation.
transformShortToByteArray(int) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
Transform a short variable into a byte array.
transformShortToByteArray(short) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
Transform an short value into its byte representation.
transformStringToTimestamp(String) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
This method transforms a String into a timestamp.
transformStringToVarIntByteArray(String) - Static method in class com.beowulfchain.beowulfj.util.BeowulfJUtils
Get the VarInt-byte representation of a String.

V

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
Like Version.Version(byte, byte, short), but this constructor allows to provide the version in its String representation (e.g.
VestingDelegation - Class in com.beowulfchain.beowulfj.chain
 
VestingDelegationExpiration - Class in com.beowulfchain.beowulfj.chain
 

W

WalletObject - Class in com.beowulfchain.beowulfj.protocol
 
WalletObject() - Constructor for class com.beowulfchain.beowulfj.protocol.WalletObject
 
WalletUtils - Class in com.beowulfchain.beowulfj.util
 
WalletUtils() - Constructor for class com.beowulfchain.beowulfj.util.WalletUtils
 
wdToBeowulf(Price, Asset) - Static method in class com.beowulfchain.beowulfj.BeowulfJ
 
WebsocketClient - Class in com.beowulfchain.beowulfj.communication
 
WebsocketClient() - Constructor for class com.beowulfchain.beowulfj.communication.WebsocketClient
Initialize a new Websocket Client.
WebsocketEndpoint - Class in com.beowulfchain.beowulfj.communication
 
WebsocketEndpoint(WebsocketClient) - Constructor for class com.beowulfchain.beowulfj.communication.WebsocketEndpoint
Create a new WebsocketEndpoint instance.
WebsocketReconnectHandler - Class in com.beowulfchain.beowulfj.communication
 
WebsocketReconnectHandler() - Constructor for class com.beowulfchain.beowulfj.communication.WebsocketReconnectHandler
 
WithdrawVestingOperation - Class in com.beowulfchain.beowulfj.protocol.operations
This class represents the Beowulf "withdraw_vesting_operation" object.
WithdrawVestingOperation(AccountName, Asset, Asset) - Constructor for class com.beowulfchain.beowulfj.protocol.operations.WithdrawVestingOperation
Create a new withdraw vesting operation.
WithdrawVestingRoutes - Class in com.beowulfchain.beowulfj.chain
 
WitnessScheduleType - Enum in com.beowulfchain.beowulfj.enums
 
A B C D E F G H I J K L M N O P R S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.