A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

A

ABI_DYNAMIC_HEAD_BYTE_LEN - Static variable in class com.algorand.algosdk.abi.ABIType
 
ABIType - Class in com.algorand.algosdk.abi
 
ABIType() - Constructor for class com.algorand.algosdk.abi.ABIType
 
acceptingAccount(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetAcceptTransactionBuilder
Set the acceptingAccount in the raw 32 byte format.
acceptingAccount(Address) - Method in class com.algorand.algosdk.builder.transaction.AssetAcceptTransactionBuilder
Set the acceptingAccount.
acceptingAccount(String) - Method in class com.algorand.algosdk.builder.transaction.AssetAcceptTransactionBuilder
Set the acceptingAccount in the human-readable address format.
accessCode - com.algorand.algosdk.kmd.client.auth.OAuthFlow
 
account - Variable in class com.algorand.algosdk.v2.client.model.AccountResponse
Account information at a given round.
account - Variable in class com.algorand.algosdk.v2.client.model.ApplicationKVStorage
 
account - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLocalReference
 
account - Variable in class com.algorand.algosdk.v2.client.model.ApplicationStateOperation
 
account - Variable in class com.algorand.algosdk.v2.client.model.AssetHoldingReference
 
account() - Method in class com.algorand.algosdk.v2.client.model.ApplicationKVStorage
 
account() - Method in class com.algorand.algosdk.v2.client.model.ApplicationLocalReference
 
account() - Method in class com.algorand.algosdk.v2.client.model.ApplicationStateOperation
 
account() - Method in class com.algorand.algosdk.v2.client.model.AssetHoldingReference
 
account(String) - Method in class com.algorand.algosdk.v2.client.model.ApplicationKVStorage
The address of the account associated with the local state.
account(String) - Method in class com.algorand.algosdk.v2.client.model.ApplicationLocalReference
Address of the account with the local state.
account(String) - Method in class com.algorand.algosdk.v2.client.model.ApplicationStateOperation
For local state changes, the address of the account associated with the local state.
account(String) - Method in class com.algorand.algosdk.v2.client.model.AssetHoldingReference
Address of the account holding the asset.
Account - Class in com.algorand.algosdk.account
Create and manage secrets, and perform account-based work such as signing transactions.
Account - Class in com.algorand.algosdk.v2.client.model
Account information at a given round.
Account() - Constructor for class com.algorand.algosdk.account.Account
Account creates a new, random account.
Account() - Constructor for class com.algorand.algosdk.v2.client.model.Account
 
Account(byte[]) - Constructor for class com.algorand.algosdk.account.Account
Create a new account from an rfc8037 private key.
Account(String) - Constructor for class com.algorand.algosdk.account.Account
 
Account(KeyPair) - Constructor for class com.algorand.algosdk.account.Account
 
Account(PrivateKey) - Constructor for class com.algorand.algosdk.account.Account
 
Account.FixedSecureRandom - Class in com.algorand.algosdk.account
 
AccountApplicationInformation - Class in com.algorand.algosdk.v2.client.algod
Given a specific account public key and application ID, this call returns the account's application local state and global state (AppLocalState and AppParams, if either exists).
AccountApplicationInformation(Client, Address, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.AccountApplicationInformation
 
AccountApplicationInformation(Address, Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Given a specific account public key and application ID, this call returns the account's application local state and global state (AppLocalState and AppParams, if either exists).
AccountApplicationResponse - Class in com.algorand.algosdk.v2.client.model
AccountApplicationResponse describes the account's application local state and global state (AppLocalState and AppParams, if either exists) for a specific application ID.
AccountApplicationResponse() - Constructor for class com.algorand.algosdk.v2.client.model.AccountApplicationResponse
 
AccountAssetInformation - Class in com.algorand.algosdk.v2.client.algod
Given a specific account public key and asset ID, this call returns the account's asset holding and asset parameters (if either exist).
AccountAssetInformation(Client, Address, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.AccountAssetInformation
 
AccountAssetInformation(Address, Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Given a specific account public key and asset ID, this call returns the account's asset holding and asset parameters (if either exist).
AccountAssetResponse - Class in com.algorand.algosdk.v2.client.model
AccountAssetResponse describes the account's asset holding and asset parameters (if either exist) for a specific asset ID.
AccountAssetResponse() - Constructor for class com.algorand.algosdk.v2.client.model.AccountAssetResponse
 
AccountInformation - Class in com.algorand.algosdk.v2.client.algod
Given a specific account public key, this call returns the accounts status, balance and spendable amounts /v2/accounts/{address}
AccountInformation(Client, Address) - Constructor for class com.algorand.algosdk.v2.client.algod.AccountInformation
 
AccountInformation(Address) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Given a specific account public key, this call returns the accounts status, balance and spendable amounts /v2/accounts/{address}
AccountParticipation - Class in com.algorand.algosdk.v2.client.model
AccountParticipation describes the parameters used by this account in consensus protocol.
AccountParticipation() - Constructor for class com.algorand.algosdk.v2.client.model.AccountParticipation
 
AccountResponse - Class in com.algorand.algosdk.v2.client.model
 
AccountResponse() - Constructor for class com.algorand.algosdk.v2.client.model.AccountResponse
 
accounts - Variable in class com.algorand.algosdk.transaction.Transaction
 
accounts - Variable in class com.algorand.algosdk.v2.client.model.AccountsResponse
 
accounts - Variable in class com.algorand.algosdk.v2.client.model.DryrunRequest
 
accounts - Variable in class com.algorand.algosdk.v2.client.model.SimulateUnnamedResourcesAccessed
 
accounts - Variable in class com.algorand.algosdk.v2.client.model.TransactionApplication
 
accounts() - Method in class com.algorand.algosdk.v2.client.model.SimulateUnnamedResourcesAccessed
 
accounts() - Method in class com.algorand.algosdk.v2.client.model.TransactionApplication
 
accounts(List<Address>) - Method in class com.algorand.algosdk.builder.transaction.ApplicationBaseTransactionBuilder
 
accounts(List<Address>) - Method in interface com.algorand.algosdk.builder.transaction.ApplicationCallReferencesSetter
Accounts lists the accounts (in addition to the sender) that may be accessed from the application logic.
accounts(List<Address>) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
accounts(List<String>) - Method in class com.algorand.algosdk.v2.client.model.SimulateUnnamedResourcesAccessed
The unnamed accounts that were referenced.
accounts(List<String>) - Method in class com.algorand.algosdk.v2.client.model.TransactionApplication
(apat) List of accounts in addition to the sender that may be accessed from the application's approval-program and clear-state-program.
AccountsResponse - Class in com.algorand.algosdk.v2.client.model
 
AccountsResponse() - Constructor for class com.algorand.algosdk.v2.client.model.AccountsResponse
 
AccountStateDelta - Class in com.algorand.algosdk.v2.client.model
Application state delta.
AccountStateDelta() - Constructor for class com.algorand.algosdk.v2.client.model.AccountStateDelta
 
ACFG - com.algorand.algosdk.v2.client.model.Enums.TxType
 
action - Variable in class com.algorand.algosdk.v2.client.model.EvalDelta
(at) delta action.
addAddressesItem(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
 
addAddressesItem(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
 
addDefaultHeader(String, String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Add a default header.
addMethodArgument(Object) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
Specify arguments for the ABI method invocation.
addMethodArguments(List<Object>) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
Specify arguments for the ABI method invocation.
addMethodCall(MethodCallParams) - Method in class com.algorand.algosdk.transaction.AtomicTransactionComposer
Add a smart contract method call to this atomic group.
addPathSegment(String) - Method in class com.algorand.algosdk.v2.client.common.Query
 
addPathSegment(String) - Method in class com.algorand.algosdk.v2.client.common.QueryData
 
addPksItem(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
addPksItem(Ed25519PublicKey) - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
addQuery(String, String) - Method in class com.algorand.algosdk.v2.client.common.Query
 
addQuery(String, String) - Method in class com.algorand.algosdk.v2.client.common.QueryData
 
address - Variable in class com.algorand.algosdk.v2.client.model.Account
 
address - Variable in class com.algorand.algosdk.v2.client.model.AccountStateDelta
 
address - Variable in class com.algorand.algosdk.v2.client.model.MiniAssetHolding
 
address - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetFreeze
 
address() - Method in class com.algorand.algosdk.v2.client.model.Account
 
address() - Method in class com.algorand.algosdk.v2.client.model.AccountStateDelta
 
address() - Method in class com.algorand.algosdk.v2.client.model.MiniAssetHolding
 
address() - Method in class com.algorand.algosdk.v2.client.model.TransactionAssetFreeze
 
address(Address) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Only include transactions with this address in one of the transaction fields.
address(Address) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Only include transactions with this address in one of the transaction fields.
address(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
 
address(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
 
address(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
 
address(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
 
address(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
 
address(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
 
address(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportMultisigRequest
 
address(String) - Method in class com.algorand.algosdk.v2.client.model.Account
the account public key
address(String) - Method in class com.algorand.algosdk.v2.client.model.AccountStateDelta
 
address(String) - Method in class com.algorand.algosdk.v2.client.model.MiniAssetHolding
 
address(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionAssetFreeze
(fadd) Address of the account whose asset is being frozen or thawed.
Address - Class in com.algorand.algosdk.crypto
Address represents a serializable 32-byte length Algorand address.
Address() - Constructor for class com.algorand.algosdk.crypto.Address
 
Address(byte[]) - Constructor for class com.algorand.algosdk.crypto.Address
Create a new address from a byte array.
Address(String) - Constructor for class com.algorand.algosdk.crypto.Address
Create a new address from an encoded string, (encoded by encodeAsString)
addresses(List<String>) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
 
addresses(List<String>) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
 
addressRole(Enums.AddressRole) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Combine with the address parameter to define what type of address to search for.
addressRole(Enums.AddressRole) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Combine with the address parameter to define what type of address to search for.
addSupportedTxsItem(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
addToBody(byte[]) - Method in class com.algorand.algosdk.v2.client.common.Query
 
addToBody(byte[]) - Method in class com.algorand.algosdk.v2.client.common.QueryData
 
addToBody(Object) - Method in class com.algorand.algosdk.v2.client.common.Query
 
addTransaction(TransactionWithSigner) - Method in class com.algorand.algosdk.transaction.AtomicTransactionComposer
Add a transaction to this atomic group.
addVersionsItem(String) - Method in class com.algorand.algosdk.kmd.client.model.VersionsResponse
 
addWalletsItem(APIV1Wallet) - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
 
AFRZ - com.algorand.algosdk.v2.client.model.Enums.TxType
 
afterTime(Date) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Include results after the given time.
afterTime(Date) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Include results after the given time.
afterTime(Date) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Include results after the given time.
AlgoConverter - Class in com.algorand.algosdk.util
 
AlgoConverter() - Constructor for class com.algorand.algosdk.util.AlgoConverter
 
AlgodClient - Class in com.algorand.algosdk.v2.client.common
 
AlgodClient(String, int, String) - Constructor for class com.algorand.algosdk.v2.client.common.AlgodClient
Construct an AlgodClient for communicating with the REST API.
AlgodClient(String, int, String, String) - Constructor for class com.algorand.algosdk.v2.client.common.AlgodClient
Construct an AlgodClient with custom token key for communicating with the REST API.
ALL - com.algorand.algosdk.v2.client.model.Enums.Exclude
 
allowEmptySignatures - Variable in class com.algorand.algosdk.v2.client.model.SimulateRequest
Allows transactions without signatures to be simulated as if they had correct signatures.
allowEmptySignatures - Variable in class com.algorand.algosdk.v2.client.model.SimulationEvalOverrides
If true, transactions without signatures are allowed and simulated as if they were properly signed.
allowMoreLogging - Variable in class com.algorand.algosdk.v2.client.model.SimulateRequest
Lifts limits on log opcode usage during simulation.
allowUnnamedResources - Variable in class com.algorand.algosdk.v2.client.model.SimulateRequest
Allows access to unnamed resources during simulation.
allowUnnamedResources - Variable in class com.algorand.algosdk.v2.client.model.SimulationEvalOverrides
If true, allows access to unnamed resources during simulation.
amount - Variable in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
 
amount - Variable in class com.algorand.algosdk.transaction.Transaction
 
amount - Variable in class com.algorand.algosdk.v2.client.model.Account
(algo) total number of MicroAlgos in the account
amount - Variable in class com.algorand.algosdk.v2.client.model.AssetHolding
(a) number of units held.
amount - Variable in class com.algorand.algosdk.v2.client.model.MiniAssetHolding
 
amount - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetTransfer
(aamt) Amount of asset to transfer.
amount - Variable in class com.algorand.algosdk.v2.client.model.TransactionPayment
(amt) number of MicroAlgos intended to be transferred.
amount(Integer) - Method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
Set the number of microalgos to transfer from sender to receiver.
amount(Long) - Method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
Set the number of microalgos to transfer from sender to receiver.
amount(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
Set the number of microalgos to transfer from sender to receiver.
amountWithoutPendingRewards - Variable in class com.algorand.algosdk.v2.client.model.Account
specifies the amount of MicroAlgos in the account, without the pending rewards.
ApiCallback<T> - Interface in com.algorand.algosdk.kmd.client
Callback for asynchronous API call.
ApiClient - Class in com.algorand.algosdk.kmd.client
 
ApiClient() - Constructor for class com.algorand.algosdk.kmd.client.ApiClient
 
ApiException - Exception in com.algorand.algosdk.kmd.client
 
ApiException() - Constructor for exception com.algorand.algosdk.kmd.client.ApiException
 
ApiException(int, String) - Constructor for exception com.algorand.algosdk.kmd.client.ApiException
 
ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception com.algorand.algosdk.kmd.client.ApiException
 
ApiException(int, Map<String, List<String>>, String) - Constructor for exception com.algorand.algosdk.kmd.client.ApiException
 
ApiException(String) - Constructor for exception com.algorand.algosdk.kmd.client.ApiException
 
ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception com.algorand.algosdk.kmd.client.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception com.algorand.algosdk.kmd.client.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception com.algorand.algosdk.kmd.client.ApiException
 
ApiException(Throwable) - Constructor for exception com.algorand.algosdk.kmd.client.ApiException
 
ApiKeyAuth - Class in com.algorand.algosdk.kmd.client.auth
 
ApiKeyAuth(String, String) - Constructor for class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
 
ApiResponse<T> - Class in com.algorand.algosdk.kmd.client
API response returned by API call.
ApiResponse(int, Map<String, List<String>>) - Constructor for class com.algorand.algosdk.kmd.client.ApiResponse
 
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class com.algorand.algosdk.kmd.client.ApiResponse
 
APIV1DELETEKeyResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1DELETEKeyResponse is the response to `DELETE /v1/key` friendly:DeleteKeyResponse
APIV1DELETEKeyResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1DELETEKeyResponse
 
APIV1DELETEMultisigResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1DELETEMultisigResponse is the response to POST /v1/multisig/delete` friendly:DeleteMultisigResponse
APIV1DELETEMultisigResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1DELETEMultisigResponse
 
APIV1GETWalletsResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1GETWalletsResponse is the response to `GET /v1/wallets` friendly:ListWalletsResponse
APIV1GETWalletsResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
 
APIV1POSTKeyExportResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTKeyExportResponse is the reponse to `POST /v1/key/export` friendly:ExportKeyResponse
APIV1POSTKeyExportResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
 
APIV1POSTKeyImportResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTKeyImportResponse is the repsonse to `POST /v1/key/import` friendly:ImportKeyResponse
APIV1POSTKeyImportResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
 
APIV1POSTKeyListResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTKeyListResponse is the response to `POST /v1/key/list` friendly:ListKeysResponse
APIV1POSTKeyListResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
 
APIV1POSTKeyResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTKeyResponse is the response to `POST /v1/key` friendly:GenerateKeyResponse
APIV1POSTKeyResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
 
APIV1POSTMasterKeyExportResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTMasterKeyExportResponse is the reponse to `POST /v1/master-key/export` friendly:ExportMasterKeyResponse
APIV1POSTMasterKeyExportResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
 
APIV1POSTMultisigExportResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTMultisigExportResponse is the response to `POST /v1/multisig/export` friendly:ExportMultisigResponse
APIV1POSTMultisigExportResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
APIV1POSTMultisigImportResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTMultisigImportResponse is the response to `POST /v1/multisig/import` friendly:ImportMultisigResponse
APIV1POSTMultisigImportResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
 
APIV1POSTMultisigListResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTMultisigListResponse is the response to `POST /v1/multisig/list` friendly:ListMultisigResponse
APIV1POSTMultisigListResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
 
APIV1POSTMultisigTransactionSignResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTMultisigTransactionSignResponse is the response to `POST /v1/multisig/sign` friendly:SignMultisigResponse
APIV1POSTMultisigTransactionSignResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
 
APIV1POSTTransactionSignResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTTransactionSignResponse is the repsonse to `POST /v1/transaction/sign` friendly:SignTransactionResponse
APIV1POSTTransactionSignResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
 
APIV1POSTWalletInfoResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletInfoResponse is the response to `POST /v1/wallet/info` friendly:WalletInfoResponse
APIV1POSTWalletInfoResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
 
APIV1POSTWalletInitResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletInitResponse is the response to `POST /v1/wallet/init` friendly:InitWalletHandleTokenResponse
APIV1POSTWalletInitResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
 
APIV1POSTWalletReleaseResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletReleaseResponse is the response to `POST /v1/wallet/release` friendly:ReleaseWalletHandleTokenResponse
APIV1POSTWalletReleaseResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletReleaseResponse
 
APIV1POSTWalletRenameResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletRenameResponse is the response to `POST /v1/wallet/rename` friendly:RenameWalletResponse
APIV1POSTWalletRenameResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
 
APIV1POSTWalletRenewResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletRenewResponse is the response to `POST /v1/wallet/renew` friendly:RenewWalletHandleTokenResponse
APIV1POSTWalletRenewResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
 
APIV1POSTWalletResponse - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletResponse is the response to `POST /v1/wallet` friendly:CreateWalletResponse
APIV1POSTWalletResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
 
APIV1Request - Class in com.algorand.algosdk.kmd.client.model
APIV1Request is the interface that all API V1 requests must satisfy
APIV1Request() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1Request
 
APIV1RequestEnvelope - Class in com.algorand.algosdk.kmd.client.model
APIV1RequestEnvelope is a common envelope that all API V1 requests must embed
APIV1RequestEnvelope() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1RequestEnvelope
 
APIV1Wallet - Class in com.algorand.algosdk.kmd.client.model
APIV1Wallet is the API's representation of a wallet
APIV1Wallet() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
APIV1WalletHandle - Class in com.algorand.algosdk.kmd.client.model
APIV1WalletHandle includes the wallet the handle corresponds to and the number of number of seconds to expiration
APIV1WalletHandle() - Constructor for class com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
 
app - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLocalReference
Application ID of the local state application.
app - Variable in class com.algorand.algosdk.v2.client.model.BoxReference
Application ID which this box belongs to
APP_ID_PREFIX - Static variable in class com.algorand.algosdk.crypto.Address
 
appBoxes - Variable in class com.algorand.algosdk.v2.client.model.ApplicationInitialStates
An application's global/local/box state.
AppBoxReference - Class in com.algorand.algosdk.transaction
 
AppBoxReference(long, byte[]) - Constructor for class com.algorand.algosdk.transaction.AppBoxReference
 
appBudgetAdded - Variable in class com.algorand.algosdk.v2.client.model.SimulateTransactionGroupResult
Total budget added during execution of app calls in the transaction group.
appBudgetConsumed - Variable in class com.algorand.algosdk.v2.client.model.SimulateTransactionGroupResult
Total budget consumed during execution of app calls in the transaction group.
appBudgetConsumed - Variable in class com.algorand.algosdk.v2.client.model.SimulateTransactionResult
Budget used during execution of an app call transaction.
appCallMessages - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
 
appCallTrace - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
 
appendMultiSig(PrivateKey) - Method in class com.algorand.algosdk.account.LogicSigAccount
Adds a signature from the delegating multi-sig account
appendMultisigTransaction(MultisigAddress, SignedTransaction) - Method in class com.algorand.algosdk.account.Account
appendMultisigTransaction appends our signature to the given multisig transaction.
appendMultisigTransactionBytes(MultisigAddress, byte[]) - Method in class com.algorand.algosdk.account.Account
appendMultisigTransactionBytes is a convenience method for directly appending our signature to a raw tx file.
appendToLogicsig(LogicsigSignature) - Method in class com.algorand.algosdk.account.Account
Appends a signature to multisig logic signed transaction
appGlobals - Variable in class com.algorand.algosdk.v2.client.model.ApplicationInitialStates
An application's global/local/box state.
appID - Variable in class com.algorand.algosdk.abi.Contract.NetworkInfo
 
appID - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
appID - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
appIndex - Variable in class com.algorand.algosdk.v2.client.model.DryrunSource
 
appInitialStates - Variable in class com.algorand.algosdk.v2.client.model.SimulateInitialStates
The initial states of accessed application before simulation.
APPL - com.algorand.algosdk.v2.client.model.Enums.TxType
 
application - com.algorand.algosdk.kmd.client.auth.OAuthFlow
 
application - Variable in class com.algorand.algosdk.v2.client.model.ApplicationResponse
Application index and its parameters
Application - Class in com.algorand.algosdk.v2.client.model
Application index and its parameters
Application() - Constructor for class com.algorand.algosdk.v2.client.model.Application
 
applicationArgs - Variable in class com.algorand.algosdk.transaction.Transaction
 
applicationArgs - Variable in class com.algorand.algosdk.v2.client.model.TransactionApplication
(apaa) transaction specific arguments accessed from the application's approval-program and clear-state-program.
applicationArgs() - Method in class com.algorand.algosdk.v2.client.model.TransactionApplication
 
applicationArgs(List<String>) - Method in class com.algorand.algosdk.v2.client.model.TransactionApplication
 
ApplicationBaseTransactionBuilder<T extends ApplicationBaseTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
 
ApplicationBaseTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.ApplicationBaseTransactionBuilder
All application calls use this type, so no need to make this private.
ApplicationCall - com.algorand.algosdk.transaction.Transaction.Type
 
ApplicationCallReferencesSetter<T extends ApplicationCallReferencesSetter<T>> - Interface in com.algorand.algosdk.builder.transaction
 
ApplicationCallTransactionBuilder<T extends ApplicationCallTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
 
ApplicationCallTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.ApplicationCallTransactionBuilder
 
ApplicationCallTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
ApplicationClearTransactionBuilder<T extends ApplicationClearTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
 
ApplicationClearTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.ApplicationClearTransactionBuilder
 
ApplicationClearTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
ApplicationCloseTransactionBuilder<T extends ApplicationCloseTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
 
ApplicationCloseTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.ApplicationCloseTransactionBuilder
 
ApplicationCloseTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
ApplicationCreateTransactionBuilder<T extends ApplicationCreateTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
 
ApplicationCreateTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.ApplicationCreateTransactionBuilder
 
ApplicationCreateTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
ApplicationDeleteTransactionBuilder<T extends ApplicationDeleteTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
 
ApplicationDeleteTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.ApplicationDeleteTransactionBuilder
 
ApplicationDeleteTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
applicationId - Variable in class com.algorand.algosdk.transaction.Transaction
 
applicationId - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLogsResponse
(appidx) application index.
applicationId - Variable in class com.algorand.algosdk.v2.client.model.BoxesResponse
(appidx) application index.
applicationId - Variable in class com.algorand.algosdk.v2.client.model.TransactionApplication
(apid) ID of the application being configured or empty if creating.
applicationId(Long) - Method in class com.algorand.algosdk.builder.transaction.ApplicationBaseTransactionBuilder
 
applicationId(Long) - Method in interface com.algorand.algosdk.builder.transaction.ApplicationCallReferencesSetter
ApplicationID is the application being interacted with, or 0 if creating a new application.
applicationId(Long) - Method in class com.algorand.algosdk.builder.transaction.ApplicationCreateTransactionBuilder
This option is disabled for application create, where the ID must be changed from 0.
applicationId(Long) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
applicationId(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAppLocalStates
Application ID
applicationId(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedApplications
Application ID
applicationId(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
Application ID
applicationId(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplications
Application ID
applicationId(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Application ID
applicationIndex - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
The application index if the transaction was found and it created an application.
ApplicationInitialStates - Class in com.algorand.algosdk.v2.client.model
An application's initial global/local/box states that were accessed during simulation.
ApplicationInitialStates() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationInitialStates
 
ApplicationKVStorage - Class in com.algorand.algosdk.v2.client.model
An application's global/local/box state.
ApplicationKVStorage() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationKVStorage
 
ApplicationLocalReference - Class in com.algorand.algosdk.v2.client.model
References an account's local state for an application.
ApplicationLocalReference() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationLocalReference
 
ApplicationLocalState - Class in com.algorand.algosdk.v2.client.model
Stores local state associated with an application.
ApplicationLocalState() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationLocalState
 
ApplicationLocalStatesResponse - Class in com.algorand.algosdk.v2.client.model
 
ApplicationLocalStatesResponse() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationLocalStatesResponse
 
ApplicationLogData - Class in com.algorand.algosdk.v2.client.model
Stores the global information associated with an application.
ApplicationLogData() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationLogData
 
ApplicationLogsResponse - Class in com.algorand.algosdk.v2.client.model
 
ApplicationLogsResponse() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationLogsResponse
 
ApplicationOptInTransactionBuilder<T extends ApplicationOptInTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
 
ApplicationOptInTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.ApplicationOptInTransactionBuilder
 
ApplicationOptInTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
ApplicationParams - Class in com.algorand.algosdk.v2.client.model
Stores the global information associated with an application.
ApplicationParams() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationParams
 
ApplicationResponse - Class in com.algorand.algosdk.v2.client.model
 
ApplicationResponse() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationResponse
 
applications - Variable in class com.algorand.algosdk.v2.client.model.ApplicationsResponse
 
ApplicationsResponse - Class in com.algorand.algosdk.v2.client.model
 
ApplicationsResponse() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationsResponse
 
ApplicationStateOperation - Class in com.algorand.algosdk.v2.client.model
An operation against an application's global/local/box state.
ApplicationStateOperation() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationStateOperation
 
ApplicationStateSchema - Class in com.algorand.algosdk.v2.client.model
Specifies maximums on the number of each type that may be stored.
ApplicationStateSchema() - Constructor for class com.algorand.algosdk.v2.client.model.ApplicationStateSchema
 
applicationTransaction - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Fields for application transactions.
ApplicationUpdateTransactionBuilder<T extends ApplicationUpdateTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
 
ApplicationUpdateTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.ApplicationUpdateTransactionBuilder
 
ApplicationUpdateTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
appLocals - Variable in class com.algorand.algosdk.v2.client.model.ApplicationInitialStates
An application's initial local states tied to different accounts.
appLocals - Variable in class com.algorand.algosdk.v2.client.model.SimulateUnnamedResourcesAccessed
The unnamed application local states that were referenced.
appLocalState - Variable in class com.algorand.algosdk.v2.client.model.AccountApplicationResponse
(appl) the application local data stored in this account.
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.ApplicationBaseTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.ApplicationCreateTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.ApplicationUpdateTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.AssetAcceptTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.AssetConfigureTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.AssetDestroyTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
 
applyTo(Transaction) - Method in class com.algorand.algosdk.builder.transaction.TransactionBuilder
 
applyToParams(List<Pair>, Map<String, String>) - Method in class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
 
applyToParams(List<Pair>, Map<String, String>) - Method in interface com.algorand.algosdk.kmd.client.auth.Authentication
Apply authentication settings to header and query params.
applyToParams(List<Pair>, Map<String, String>) - Method in class com.algorand.algosdk.kmd.client.auth.HttpBasicAuth
 
applyToParams(List<Pair>, Map<String, String>) - Method in class com.algorand.algosdk.kmd.client.auth.OAuth
 
approvalProgram - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
approvalProgram - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
approvalProgram - Variable in class com.algorand.algosdk.transaction.Transaction
 
approvalProgram - Variable in class com.algorand.algosdk.v2.client.model.ApplicationParams
 
approvalProgram - Variable in class com.algorand.algosdk.v2.client.model.TransactionApplication
 
approvalProgram() - Method in class com.algorand.algosdk.v2.client.model.ApplicationParams
 
approvalProgram() - Method in class com.algorand.algosdk.v2.client.model.TransactionApplication
 
approvalProgram(TEALProgram) - Method in class com.algorand.algosdk.builder.transaction.ApplicationUpdateTransactionBuilder
 
approvalProgram(TEALProgram) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
approvalProgram(TEALProgram) - Method in interface com.algorand.algosdk.builder.transaction.TEALProgramSetter
ApprovalProgram determines whether or not this ApplicationCall transaction will be approved or not.
approvalProgram(String) - Method in class com.algorand.algosdk.v2.client.model.ApplicationParams
(approv) approval program.
approvalProgram(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionApplication
(apap) Logic executed for every application transaction, except when on-completion is set to "clear".
approvalProgramHash - Variable in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
 
approvalProgramHash() - Method in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
 
approvalProgramHash(String) - Method in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
SHA512_256 hash digest of the approval program executed in transaction.
approvalProgramTrace - Variable in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
Program trace that contains a trace of opcode effects in an approval program.
apps - Variable in class com.algorand.algosdk.v2.client.model.DryrunRequest
 
apps - Variable in class com.algorand.algosdk.v2.client.model.SimulateUnnamedResourcesAccessed
The unnamed applications that were referenced.
appsLocalState - Variable in class com.algorand.algosdk.v2.client.model.Account
(appl) applications local data stored in this account.
APPSLOCALSTATE - com.algorand.algosdk.v2.client.model.Enums.Exclude
 
appsLocalStates - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLocalStatesResponse
 
appStateType - Variable in class com.algorand.algosdk.v2.client.model.ApplicationStateOperation
Type of application state.
appsTotalExtraPages - Variable in class com.algorand.algosdk.v2.client.model.Account
(teap) the sum of all extra application program pages for this account.
appsTotalSchema - Variable in class com.algorand.algosdk.v2.client.model.Account
(tsch) stores the sum of all of the local schemas and global schemas in this account.
appTrace(DryrunTxnResult) - Static method in class com.algorand.algosdk.v2.client.Utils
 
appTrace(DryrunTxnResult, Utils.StackPrinterConfig) - Static method in class com.algorand.algosdk.v2.client.Utils
 
Arg(Method.Arg) - Constructor for class com.algorand.algosdk.abi.Method.Arg
 
Arg(String, String, String) - Constructor for class com.algorand.algosdk.abi.Method.Arg
 
args - Variable in class com.algorand.algosdk.abi.Method
 
args - Variable in class com.algorand.algosdk.crypto.LogicsigSignature
 
args - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
(arg) Logic arguments, base64 encoded.
args() - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
 
args(List<byte[]>) - Method in class com.algorand.algosdk.builder.transaction.ApplicationBaseTransactionBuilder
ApplicationArgs lists some transaction-specific arguments accessible from application logic.
args(List<String>) - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
 
argsBase64Encoded(List<String>) - Method in class com.algorand.algosdk.builder.transaction.ApplicationBaseTransactionBuilder
ApplicationArgs lists some transaction-specific arguments accessible from application logic.
asset - Variable in class com.algorand.algosdk.v2.client.model.AssetHoldingReference
Asset ID of the holding.
asset - Variable in class com.algorand.algosdk.v2.client.model.AssetResponse
Specifies both the unique identifier and the parameters for an asset
Asset - Class in com.algorand.algosdk.v2.client.model
Specifies both the unique identifier and the parameters for an asset
Asset() - Constructor for class com.algorand.algosdk.v2.client.model.Asset
 
AssetAcceptTransactionBuilder<T extends AssetAcceptTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
Build an asset accept transaction, which is used to mark an acount as willing to accept an asset.
AssetAcceptTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.AssetAcceptTransactionBuilder
 
AssetAcceptTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
assetAmount - Variable in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
 
assetAmount - Variable in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
 
assetAmount - Variable in class com.algorand.algosdk.transaction.Transaction
 
assetAmount(Integer) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetAmount.
assetAmount(Integer) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetAmount.
assetAmount(Long) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetAmount.
assetAmount(Long) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetAmount.
assetAmount(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetAmount.
assetAmount(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetAmount.
AssetBalancesResponse - Class in com.algorand.algosdk.v2.client.model
 
AssetBalancesResponse() - Constructor for class com.algorand.algosdk.v2.client.model.AssetBalancesResponse
 
assetClawback - Variable in class com.algorand.algosdk.transaction.AssetParams
 
assetClawbackFrom - Variable in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
 
assetClawbackFrom(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetClawbackFrom account.
assetClawbackFrom(Address) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetClawbackFrom account.
assetClawbackFrom(String) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetClawbackFrom account.
AssetClawbackTransactionBuilder<T extends AssetClawbackTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
Build an asset clawback transaction.
AssetClawbackTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
 
AssetClawbackTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
assetCloseTo - Variable in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
 
assetCloseTo - Variable in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
 
assetCloseTo - Variable in class com.algorand.algosdk.transaction.Transaction
 
assetCloseTo(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetCloseTo account in the raw 32 byte format.
assetCloseTo(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetCloseTo account in the raw 32 byte format.
assetCloseTo(Address) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetCloseTo account.
assetCloseTo(Address) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetCloseTo account.
assetCloseTo(String) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetCloseTo account in the human-readable address format.
assetCloseTo(String) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetCloseTo account in the human-readable address format.
assetClosingAmount - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
The number of the asset's unit that were transferred to the close-to address.
AssetConfig - com.algorand.algosdk.transaction.Transaction.Type
 
assetConfigTransaction - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Fields for asset allocation, re-configuration, and destruction.
AssetConfigureTransactionBuilder<T extends AssetConfigureTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
Build an asset configure transaction.
AssetConfigureTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
AssetCreateTransactionBuilder<T extends AssetCreateTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
Build an asset create transaction, a specialized form of the AssetConfigurationTransaction with a null index.
AssetCreateTransactionBuilder(Transaction.Type) - Constructor for class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
AssetCreateTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
assetDecimals - Variable in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
assetDecimals - Variable in class com.algorand.algosdk.transaction.AssetParams
 
assetDecimals(int) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
assetDecimals specifies the number of digits to display after the decimal place when displaying this asset.
assetDefaultFrozen - Variable in class com.algorand.algosdk.transaction.AssetParams
 
AssetDestroyTransactionBuilder<T extends AssetDestroyTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
Build an asset destroy transaction.
AssetDestroyTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.AssetDestroyTransactionBuilder
 
AssetDestroyTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
assetFreeze - Variable in class com.algorand.algosdk.transaction.AssetParams
 
AssetFreeze - com.algorand.algosdk.transaction.Transaction.Type
 
assetFreezeID - Variable in class com.algorand.algosdk.transaction.Transaction
 
assetFreezeTransaction - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Fields for an asset freeze transaction.
AssetFreezeTransactionBuilder<T extends AssetFreezeTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
Build an asset freeze transaction.
AssetFreezeTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
 
AssetFreezeTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
assetHolding - Variable in class com.algorand.algosdk.v2.client.model.AccountAssetResponse
(asset) Details about the asset held by this account.
AssetHolding - Class in com.algorand.algosdk.v2.client.model
Describes an asset held by an account.
AssetHolding() - Constructor for class com.algorand.algosdk.v2.client.model.AssetHolding
 
AssetHoldingReference - Class in com.algorand.algosdk.v2.client.model
References an asset held by an account.
AssetHoldingReference() - Constructor for class com.algorand.algosdk.v2.client.model.AssetHoldingReference
 
assetHoldings - Variable in class com.algorand.algosdk.v2.client.model.SimulateUnnamedResourcesAccessed
The unnamed asset holdings that were referenced.
AssetHoldingsResponse - Class in com.algorand.algosdk.v2.client.model
 
AssetHoldingsResponse() - Constructor for class com.algorand.algosdk.v2.client.model.AssetHoldingsResponse
 
assetId - Variable in class com.algorand.algosdk.v2.client.model.AssetHolding
Asset ID of the holding.
assetId - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetConfig
(xaid) ID of the asset being configured or empty if creating.
assetId - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetFreeze
(faid) ID of the asset being frozen or thawed.
assetId - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetTransfer
(xaid) ID of the asset being transferred.
assetId(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAssets
Asset ID
assetId(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedAssets
Asset ID
assetId(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Asset ID
assetId(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
Asset ID
assetId(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAssets
Asset ID
assetId(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Asset ID
assetIndex - Variable in class com.algorand.algosdk.builder.transaction.AssetAcceptTransactionBuilder
 
assetIndex - Variable in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
 
assetIndex - Variable in class com.algorand.algosdk.builder.transaction.AssetConfigureTransactionBuilder
 
assetIndex - Variable in class com.algorand.algosdk.builder.transaction.AssetDestroyTransactionBuilder
 
assetIndex - Variable in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
 
assetIndex - Variable in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
 
assetIndex - Variable in class com.algorand.algosdk.transaction.Transaction
 
assetIndex - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
The asset index if the transaction was found and it created an asset.
assetIndex(Integer) - Method in class com.algorand.algosdk.builder.transaction.AssetAcceptTransactionBuilder
Set the assetIndex.
assetIndex(Integer) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetIndex.
assetIndex(Integer) - Method in class com.algorand.algosdk.builder.transaction.AssetConfigureTransactionBuilder
Set the assetIndex.
assetIndex(Integer) - Method in class com.algorand.algosdk.builder.transaction.AssetDestroyTransactionBuilder
Set the assetIndex.
assetIndex(Integer) - Method in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
Set the assetIndex.
assetIndex(Integer) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetIndex.
assetIndex(Long) - Method in class com.algorand.algosdk.builder.transaction.AssetAcceptTransactionBuilder
Set the assetIndex.
assetIndex(Long) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetIndex.
assetIndex(Long) - Method in class com.algorand.algosdk.builder.transaction.AssetConfigureTransactionBuilder
Set the assetIndex.
assetIndex(Long) - Method in class com.algorand.algosdk.builder.transaction.AssetDestroyTransactionBuilder
Set the assetIndex.
assetIndex(Long) - Method in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
Set the assetIndex.
assetIndex(Long) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetIndex.
assetIndex(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.AssetAcceptTransactionBuilder
Set the assetIndex.
assetIndex(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetIndex.
assetIndex(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.AssetConfigureTransactionBuilder
Set the assetIndex.
assetIndex(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.AssetDestroyTransactionBuilder
Set the assetIndex.
assetIndex(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
Set the assetIndex.
assetIndex(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetIndex.
assetManager - Variable in class com.algorand.algosdk.transaction.AssetParams
 
assetName - Variable in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
assetName - Variable in class com.algorand.algosdk.transaction.AssetParams
 
assetName(String) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the assetName used to describe the asset.
assetParams - Variable in class com.algorand.algosdk.transaction.Transaction
 
AssetParams - Class in com.algorand.algosdk.transaction
 
AssetParams - Class in com.algorand.algosdk.v2.client.model
AssetParams specifies the parameters for an asset.
AssetParams() - Constructor for class com.algorand.algosdk.transaction.AssetParams
 
AssetParams() - Constructor for class com.algorand.algosdk.v2.client.model.AssetParams
 
AssetParams(BigInteger, Integer, boolean, String, String, String, byte[], Address, Address, Address, Address) - Constructor for class com.algorand.algosdk.transaction.AssetParams
 
assetReceiver - Variable in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
 
assetReceiver - Variable in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
 
assetReceiver - Variable in class com.algorand.algosdk.transaction.Transaction
 
assetReceiver(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetReceiver account in the raw 32 byte format.
assetReceiver(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetReceiver account in the raw 32 byte format.
assetReceiver(Address) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetReceiver account.
assetReceiver(Address) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetReceiver account.
assetReceiver(String) - Method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Set the assetReceiver account in the human-readable address format.
assetReceiver(String) - Method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Set the assetReceiver account in the human-readable address format.
assetReserve - Variable in class com.algorand.algosdk.transaction.AssetParams
 
AssetResponse - Class in com.algorand.algosdk.v2.client.model
 
AssetResponse() - Constructor for class com.algorand.algosdk.v2.client.model.AssetResponse
 
assets - Variable in class com.algorand.algosdk.v2.client.model.Account
(asset) assets held by this account.
assets - Variable in class com.algorand.algosdk.v2.client.model.AssetHoldingsResponse
 
assets - Variable in class com.algorand.algosdk.v2.client.model.AssetsResponse
 
assets - Variable in class com.algorand.algosdk.v2.client.model.SimulateUnnamedResourcesAccessed
The unnamed assets that were referenced.
ASSETS - com.algorand.algosdk.v2.client.model.Enums.Exclude
 
assetSender - Variable in class com.algorand.algosdk.transaction.Transaction
 
AssetsResponse - Class in com.algorand.algosdk.v2.client.model
 
AssetsResponse() - Constructor for class com.algorand.algosdk.v2.client.model.AssetsResponse
 
assetTotal - Variable in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
assetTotal - Variable in class com.algorand.algosdk.transaction.AssetParams
 
assetTotal(Integer) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the assetTotal, the total number of the asset issued.
assetTotal(Long) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the assetTotal, the total number of the asset issued.
assetTotal(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the assetTotal, the total number of the asset issued.
AssetTransfer - com.algorand.algosdk.transaction.Transaction.Type
 
assetTransferTransaction - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Fields for an asset transfer transaction.
AssetTransferTransactionBuilder<T extends AssetTransferTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
Build an asset transfer transaction for sending some asset from an asset holder to another user.
AssetTransferTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
 
AssetTransferTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
assetUnitName - Variable in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
assetUnitName - Variable in class com.algorand.algosdk.transaction.AssetParams
 
assetUnitName(String) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set an assetUnitName used to describe the name of a single unit of the asset.
assignGroupID(Address, Transaction...) - Static method in class com.algorand.algosdk.transaction.TxGroup
Assigns group id to a given array of unsigned transactions
assignGroupID(Digest) - Method in class com.algorand.algosdk.transaction.Transaction
 
assignGroupID(Transaction...) - Static method in class com.algorand.algosdk.transaction.TxGroup
Assigns group id to a given array of unsigned transactions
AtomicTransactionComposer - Class in com.algorand.algosdk.transaction
 
AtomicTransactionComposer() - Constructor for class com.algorand.algosdk.transaction.AtomicTransactionComposer
 
AtomicTransactionComposer.ExecuteResult - Class in com.algorand.algosdk.transaction
 
AtomicTransactionComposer.ReturnValue - Class in com.algorand.algosdk.transaction
 
AtomicTransactionComposer.Status - Enum in com.algorand.algosdk.transaction
 
auctionID - Variable in class com.algorand.algosdk.auction.Bid
 
auctionKey - Variable in class com.algorand.algosdk.auction.Bid
 
authAddr - Variable in class com.algorand.algosdk.transaction.SignedTransaction
 
authAddr - Variable in class com.algorand.algosdk.v2.client.model.Account
 
authAddr - Variable in class com.algorand.algosdk.v2.client.model.Transaction
 
authAddr() - Method in class com.algorand.algosdk.v2.client.model.Account
 
authAddr() - Method in class com.algorand.algosdk.v2.client.model.Transaction
 
authAddr(byte[]) - Method in class com.algorand.algosdk.transaction.SignedTransaction
 
authAddr(Address) - Method in class com.algorand.algosdk.transaction.SignedTransaction
 
authAddr(Address) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
Include accounts configured to use this spending key.
authAddr(String) - Method in class com.algorand.algosdk.v2.client.model.Account
(spend) the address against which signing should be checked.
authAddr(String) - Method in class com.algorand.algosdk.v2.client.model.Transaction
(sgnr) this is included with signed transactions when the signing address does not equal the sender.
Authentication - Interface in com.algorand.algosdk.kmd.client.auth
 
AvmKeyValue - Class in com.algorand.algosdk.v2.client.model
Represents an AVM key-value pair in an application store.
AvmKeyValue() - Constructor for class com.algorand.algosdk.v2.client.model.AvmKeyValue
 
AvmValue - Class in com.algorand.algosdk.v2.client.model
Represents an AVM value.
AvmValue() - Constructor for class com.algorand.algosdk.v2.client.model.AvmValue
 
AXFER - com.algorand.algosdk.v2.client.model.Enums.TxType
 

B

balances - Variable in class com.algorand.algosdk.v2.client.model.AssetBalancesResponse
 
baseExecute() - Method in class com.algorand.algosdk.v2.client.common.Query
 
baseExecute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.common.Query
 
beforeTime(Date) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Include results before the given time.
beforeTime(Date) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Include results before the given time.
beforeTime(Date) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Include results before the given time.
bid - Variable in class com.algorand.algosdk.auction.SignedBid
 
Bid - Class in com.algorand.algosdk.auction
A raw serializable Bid class.
Bid() - Constructor for class com.algorand.algosdk.auction.Bid
 
Bid(byte[], byte[], BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.algorand.algosdk.auction.Bid
 
Bid(Address, Address, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.algorand.algosdk.auction.Bid
Create a new bid
bidCurrency - Variable in class com.algorand.algosdk.auction.Bid
 
bidderKey - Variable in class com.algorand.algosdk.auction.Bid
 
bidID - Variable in class com.algorand.algosdk.auction.Bid
 
bitSize - Variable in class com.algorand.algosdk.abi.TypeUfixed
 
bitSize - Variable in class com.algorand.algosdk.abi.TypeUint
 
block - Variable in class com.algorand.algosdk.v2.client.model.BlockResponse
Block header data.
Block - Class in com.algorand.algosdk.v2.client.model
Block information.
Block() - Constructor for class com.algorand.algosdk.v2.client.model.Block
 
blockHash - Variable in class com.algorand.algosdk.v2.client.model.BlockHashResponse
Block header hash.
BlockHashResponse - Class in com.algorand.algosdk.v2.client.model
Hash of a block header.
BlockHashResponse() - Constructor for class com.algorand.algosdk.v2.client.model.BlockHashResponse
 
blockHeadersCommitment - Variable in class com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
 
blockHeadersCommitment - Variable in class com.algorand.algosdk.v2.client.model.StateProofMessage
 
blockHeadersCommitment() - Method in class com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
 
blockHeadersCommitment() - Method in class com.algorand.algosdk.v2.client.model.StateProofMessage
 
blockHeadersCommitment(String) - Method in class com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
(b)
blockHeadersCommitment(String) - Method in class com.algorand.algosdk.v2.client.model.StateProofMessage
The vector commitment root on all light block headers within a state proof interval.
BlockResponse - Class in com.algorand.algosdk.v2.client.model
Encoded block object.
BlockResponse() - Constructor for class com.algorand.algosdk.v2.client.model.BlockResponse
 
BlockRewards - Class in com.algorand.algosdk.v2.client.model
Fields relating to rewards,
BlockRewards() - Constructor for class com.algorand.algosdk.v2.client.model.BlockRewards
 
blockTxids - Variable in class com.algorand.algosdk.v2.client.model.BlockTxidsResponse
Block transaction IDs.
BlockTxidsResponse - Class in com.algorand.algosdk.v2.client.model
Top level transaction IDs in a block.
BlockTxidsResponse() - Constructor for class com.algorand.algosdk.v2.client.model.BlockTxidsResponse
 
BlockUpgradeState - Class in com.algorand.algosdk.v2.client.model
Fields relating to a protocol upgrade.
BlockUpgradeState() - Constructor for class com.algorand.algosdk.v2.client.model.BlockUpgradeState
 
BlockUpgradeVote - Class in com.algorand.algosdk.v2.client.model
Fields relating to voting for a protocol upgrade.
BlockUpgradeVote() - Constructor for class com.algorand.algosdk.v2.client.model.BlockUpgradeVote
 
body() - Method in class com.algorand.algosdk.v2.client.common.Response
The response object in case of a successful request.
bodySegments - Variable in class com.algorand.algosdk.v2.client.common.QueryData
 
Box - Class in com.algorand.algosdk.v2.client.model
Box name and its content.
Box() - Constructor for class com.algorand.algosdk.v2.client.model.Box
 
BoxDescriptor - Class in com.algorand.algosdk.v2.client.model
Box descriptor describes an app box without a value.
BoxDescriptor() - Constructor for class com.algorand.algosdk.v2.client.model.BoxDescriptor
 
boxes - Variable in class com.algorand.algosdk.v2.client.model.BoxesResponse
 
boxes - Variable in class com.algorand.algosdk.v2.client.model.SimulateUnnamedResourcesAccessed
The unnamed boxes that were referenced.
BoxesResponse - Class in com.algorand.algosdk.v2.client.model
Box names of an application
BoxesResponse() - Constructor for class com.algorand.algosdk.v2.client.model.BoxesResponse
 
BoxQueryEncoding - Class in com.algorand.algosdk.util
BoxQueryEncoding provides convenience methods to String encode box names for use with Box search APIs (e.g.
BoxQueryEncoding() - Constructor for class com.algorand.algosdk.util.BoxQueryEncoding
 
BoxReference - Class in com.algorand.algosdk.v2.client.model
References a box of an application.
BoxReference() - Constructor for class com.algorand.algosdk.v2.client.model.BoxReference
 
BoxReference(int, byte[]) - Constructor for class com.algorand.algosdk.transaction.Transaction.BoxReference
 
boxReferences - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
boxReferences - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
boxReferences - Variable in class com.algorand.algosdk.transaction.Transaction
 
boxReferences(List<AppBoxReference>) - Method in class com.algorand.algosdk.builder.transaction.ApplicationBaseTransactionBuilder
 
boxReferences(List<AppBoxReference>) - Method in interface com.algorand.algosdk.builder.transaction.ApplicationCallReferencesSetter
BoxReferences lists the boxes whose state may be accessed during evaluation of this application call.
boxReferences(List<AppBoxReference>) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
branch - Variable in class com.algorand.algosdk.v2.client.model.BuildVersion
 
budgetAdded - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
Budget added during execution of app call transaction.
budgetConsumed - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
Budget consumed during execution of app call transaction.
build - Variable in class com.algorand.algosdk.v2.client.model.Version
 
build() - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
Build a MethodCallParams object.
build() - Method in class com.algorand.algosdk.builder.transaction.TransactionBuilder
Build the Transaction object.
build_number - Variable in class com.algorand.algosdk.v2.client.model.BuildVersion
 
buildCall(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Build HTTP call with the given options.
Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationCallTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationClearTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationCloseTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationCreateTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationDeleteTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationOptInTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationUpdateTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetAcceptTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetConfigureTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetDestroyTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
Builder() - Static method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
buildGroup() - Method in class com.algorand.algosdk.transaction.AtomicTransactionComposer
Finalize the transaction group and returned the finalized transactions.
BUILDING - com.algorand.algosdk.transaction.AtomicTransactionComposer.Status
 
buildRequest(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Build an HTTP request with the given options.
buildRequestBodyFormEncoding(Map<String, Object>) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Build a form-encoding request body with the given form parameters.
buildRequestBodyMultipart(Map<String, Object>) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
buildUrl(String, List<Pair>, List<Pair>) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Build full URL by concatenating base path, the given sub path and query parameters.
BuildVersion - Class in com.algorand.algosdk.v2.client.model
 
BuildVersion() - Constructor for class com.algorand.algosdk.v2.client.model.BuildVersion
 
BUILT - com.algorand.algosdk.transaction.AtomicTransactionComposer.Status
 
ByteArrayAdapter() - Constructor for class com.algorand.algosdk.kmd.client.JSON.ByteArrayAdapter
 
byteLen() - Method in class com.algorand.algosdk.abi.ABIType
Precompute the byte size of the static ABI typed value
byteLen() - Method in class com.algorand.algosdk.abi.TypeAddress
 
byteLen() - Method in class com.algorand.algosdk.abi.TypeArrayDynamic
 
byteLen() - Method in class com.algorand.algosdk.abi.TypeArrayStatic
 
byteLen() - Method in class com.algorand.algosdk.abi.TypeBool
 
byteLen() - Method in class com.algorand.algosdk.abi.TypeByte
 
byteLen() - Method in class com.algorand.algosdk.abi.TypeString
 
byteLen() - Method in class com.algorand.algosdk.abi.TypeTuple
 
byteLen() - Method in class com.algorand.algosdk.abi.TypeUfixed
 
byteLen() - Method in class com.algorand.algosdk.abi.TypeUint
 
bytes - Variable in class com.algorand.algosdk.v2.client.model.AvmValue
 
bytes - Variable in class com.algorand.algosdk.v2.client.model.EvalDelta
(bs) bytes value.
bytes - Variable in class com.algorand.algosdk.v2.client.model.TealValue
(tb) bytes value.
bytes() - Method in class com.algorand.algosdk.transaction.Transaction
Return encoded representation of the transaction
bytes() - Method in class com.algorand.algosdk.v2.client.model.AvmValue
 
bytes(String) - Method in class com.algorand.algosdk.v2.client.model.AvmValue
bytes value.
bytesToSign() - Method in class com.algorand.algosdk.crypto.LogicsigSignature
Return prefixed program as byte array that is ready to sign
bytesToSign() - Method in class com.algorand.algosdk.transaction.Transaction
Return encoded representation of the transaction with a prefix suitable for signing

C

castToTupleType(int, ABIType) - Static method in class com.algorand.algosdk.abi.ABIType
Cast a dynamic/static array to ABI tuple type
catchpoint - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
The current catchpoint that is being caught up to
catchpointAcquiredBlocks - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
The number of blocks that have already been obtained by the node as part of the catchup
catchpointProcessedAccounts - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
The number of accounts from the current catchpoint that have been processed so far as part of the catchup
catchpointProcessedKvs - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
The number of key-values (KVs) from the current catchpoint that have been processed so far as part of the catchup
catchpointTotalAccounts - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
The total number of accounts included in the current catchpoint
catchpointTotalBlocks - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
The total number of blocks that are required to complete the current catchpoint catchup
catchpointTotalKvs - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
The total number of key-values (KVs) included in the current catchpoint
catchpointVerifiedAccounts - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
The number of accounts from the current catchpoint that have been verified so far as part of the catchup
catchpointVerifiedKvs - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
The number of key-values (KVs) from the current catchpoint that have been verified so far as part of the catchup
catchupTime - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
CatchupTime in nanoseconds
cert - Variable in class com.algorand.algosdk.v2.client.model.BlockResponse
Optional certificate object.
channel - Variable in class com.algorand.algosdk.v2.client.model.BuildVersion
 
checksum(byte[]) - Static method in class com.algorand.algosdk.mnemonic.Mnemonic
 
childTypes - Variable in class com.algorand.algosdk.abi.TypeTuple
 
clawback - Variable in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
clawback - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
(c) Address of account used to clawback holdings of this asset.
clawback(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the clawback account in the raw 32 byte format.
clawback(Address) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the clawback account.
clawback(String) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the clawback account in the human-readable address format.
CLEAR - com.algorand.algosdk.v2.client.model.Enums.OnCompletion
 
clearProgram - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
ClearStateOC - com.algorand.algosdk.transaction.Transaction.OnCompletion
 
clearStateProgram - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
clearStateProgram - Variable in class com.algorand.algosdk.transaction.Transaction
 
clearStateProgram - Variable in class com.algorand.algosdk.v2.client.model.ApplicationParams
 
clearStateProgram - Variable in class com.algorand.algosdk.v2.client.model.TransactionApplication
 
clearStateProgram() - Method in class com.algorand.algosdk.v2.client.model.ApplicationParams
 
clearStateProgram() - Method in class com.algorand.algosdk.v2.client.model.TransactionApplication
 
clearStateProgram(TEALProgram) - Method in class com.algorand.algosdk.builder.transaction.ApplicationUpdateTransactionBuilder
 
clearStateProgram(TEALProgram) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
clearStateProgram(TEALProgram) - Method in interface com.algorand.algosdk.builder.transaction.TEALProgramSetter
ClearStateProgram executes when a clear state ApplicationCall transaction is executed.
clearStateProgram(String) - Method in class com.algorand.algosdk.v2.client.model.ApplicationParams
(clearp) approval program.
clearStateProgram(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionApplication
(apsu) Logic executed for application transactions with on-completion set to "clear".
clearStateProgramHash - Variable in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
 
clearStateProgramHash() - Method in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
 
clearStateProgramHash(String) - Method in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
SHA512_256 hash digest of the clear state program executed in transaction.
clearStateProgramTrace - Variable in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
Program trace that contains a trace of opcode effects in a clear state program.
client - Variable in class com.algorand.algosdk.v2.client.common.Client
 
Client - Class in com.algorand.algosdk.v2.client.common
 
Client(String, int, String, String) - Constructor for class com.algorand.algosdk.v2.client.common.Client
 
cloneComposer() - Method in class com.algorand.algosdk.transaction.AtomicTransactionComposer
Create a new composer with the same underlying transactions.
closeAmount - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetTransfer
Number of assets transferred to the close-to account as part of the transaction.
closeAmount - Variable in class com.algorand.algosdk.v2.client.model.TransactionPayment
Number of MicroAlgos that were sent to the close-remainder-to address when closing the sender account.
closedAtRound - Variable in class com.algorand.algosdk.v2.client.model.Account
Round during which this account was most recently closed.
closedOutAtRound - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLocalState
Round when account closed out of the application.
CLOSEOUT - com.algorand.algosdk.v2.client.model.Enums.OnCompletion
 
CloseOutOC - com.algorand.algosdk.transaction.Transaction.OnCompletion
 
closeRemainderTo - Variable in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
 
closeRemainderTo - Variable in class com.algorand.algosdk.transaction.Transaction
 
closeRemainderTo - Variable in class com.algorand.algosdk.v2.client.model.TransactionPayment
(close) when set, indicates that the sending account should be closed and all remaining funds be transferred to this address.
closeRemainderTo(byte[]) - Method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
Set the closeRemainderTo account in the raw 32 byte format.
closeRemainderTo(Address) - Method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
Set the closeRemainderTo account.
closeRemainderTo(String) - Method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
Set the closeRemainderTo account in the human-readable address format.
closeRewards - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
Rewards in microalgos applied to the close remainder to account.
closeRewards - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(rc) rewards applied to close-remainder-to account.
closeTo - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetTransfer
(aclose) Indicates that the asset should be removed from the account's Assets map, and specifies where the remaining asset holdings should be transferred.
closingAmount - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
Closing amount for the transaction.
closingAmount - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(ca) closing amount for transaction.
code() - Method in class com.algorand.algosdk.v2.client.common.Response
 
com.algorand.algosdk.abi - package com.algorand.algosdk.abi
 
com.algorand.algosdk.account - package com.algorand.algosdk.account
 
com.algorand.algosdk.auction - package com.algorand.algosdk.auction
 
com.algorand.algosdk.builder.transaction - package com.algorand.algosdk.builder.transaction
 
com.algorand.algosdk.crypto - package com.algorand.algosdk.crypto
 
com.algorand.algosdk.kmd.client - package com.algorand.algosdk.kmd.client
 
com.algorand.algosdk.kmd.client.api - package com.algorand.algosdk.kmd.client.api
 
com.algorand.algosdk.kmd.client.auth - package com.algorand.algosdk.kmd.client.auth
 
com.algorand.algosdk.kmd.client.lib - package com.algorand.algosdk.kmd.client.lib
 
com.algorand.algosdk.kmd.client.model - package com.algorand.algosdk.kmd.client.model
 
com.algorand.algosdk.logic - package com.algorand.algosdk.logic
 
com.algorand.algosdk.mnemonic - package com.algorand.algosdk.mnemonic
 
com.algorand.algosdk.transaction - package com.algorand.algosdk.transaction
 
com.algorand.algosdk.util - package com.algorand.algosdk.util
 
com.algorand.algosdk.v2.client - package com.algorand.algosdk.v2.client
 
com.algorand.algosdk.v2.client.algod - package com.algorand.algosdk.v2.client.algod
 
com.algorand.algosdk.v2.client.common - package com.algorand.algosdk.v2.client.common
 
com.algorand.algosdk.v2.client.indexer - package com.algorand.algosdk.v2.client.indexer
 
com.algorand.algosdk.v2.client.model - package com.algorand.algosdk.v2.client.model
 
commit_hash - Variable in class com.algorand.algosdk.v2.client.model.BuildVersion
 
commitment - Variable in class com.algorand.algosdk.v2.client.model.StateProofVerifier
 
commitment() - Method in class com.algorand.algosdk.v2.client.model.StateProofVerifier
 
commitment(String) - Method in class com.algorand.algosdk.v2.client.model.StateProofVerifier
(cmt) Represents the root of the vector commitment tree.
COMMITTED - com.algorand.algosdk.transaction.AtomicTransactionComposer.Status
 
compareTo(String) - Method in class com.algorand.algosdk.crypto.Address
 
CompileResponse - Class in com.algorand.algosdk.v2.client.model
Teal compile Result
CompileResponse() - Constructor for class com.algorand.algosdk.v2.client.model.CompileResponse
 
computeGroupID(Transaction...) - Static method in class com.algorand.algosdk.transaction.TxGroup
Compute group ID for a group of unsigned transactions
Configuration - Class in com.algorand.algosdk.kmd.client
 
Configuration() - Constructor for class com.algorand.algosdk.kmd.client.Configuration
 
confirmedRound - Variable in class com.algorand.algosdk.transaction.AtomicTransactionComposer.ExecuteResult
 
confirmedRound - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
The round where this transaction was confirmed, if present.
confirmedRound - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Round when the transaction was confirmed.
consensusVersion - Variable in class com.algorand.algosdk.v2.client.model.TransactionParametersResponse
ConsensusVersion indicates the consensus protocol version as of LastRound.
containsIgnoreCase(String[], String) - Static method in class com.algorand.algosdk.kmd.client.StringUtil
Check if the given array contains the given value (with case-insensitive comparison).
contentLength() - Method in class com.algorand.algosdk.kmd.client.ProgressRequestBody
 
contentLength() - Method in class com.algorand.algosdk.kmd.client.ProgressResponseBody
 
contentType() - Method in class com.algorand.algosdk.kmd.client.ProgressRequestBody
 
contentType() - Method in class com.algorand.algosdk.kmd.client.ProgressResponseBody
 
Contract - Class in com.algorand.algosdk.abi
 
Contract(String, String, Map<String, Contract.NetworkInfo>, List<Method>) - Constructor for class com.algorand.algosdk.abi.Contract
 
Contract.NetworkInfo - Class in com.algorand.algosdk.abi
 
convertToMultisigAddress() - Method in class com.algorand.algosdk.crypto.MultisigSignature
 
createdApp - Variable in class com.algorand.algosdk.v2.client.model.AccountApplicationResponse
(appp) parameters of the application created by this account including app global data.
createdApplicationIndex - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Specifies an application index (ID) if an application was created with this transaction.
createdApps - Variable in class com.algorand.algosdk.v2.client.model.Account
(appp) parameters of applications created by this account including app global data.
CREATEDAPPS - com.algorand.algosdk.v2.client.model.Enums.Exclude
 
createdAsset - Variable in class com.algorand.algosdk.v2.client.model.AccountAssetResponse
(apar) parameters of the asset created by this account.
createdAssetIndex - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Specifies an asset index (ID) if an asset was created with this transaction.
createdAssets - Variable in class com.algorand.algosdk.v2.client.model.Account
(apar) parameters of assets created by this account.
CREATEDASSETS - com.algorand.algosdk.v2.client.model.Enums.Exclude
 
createdAtRound - Variable in class com.algorand.algosdk.v2.client.model.Account
Round during which this account first appeared in a transaction.
createdAtRound - Variable in class com.algorand.algosdk.v2.client.model.Application
Round when this application was created.
createdAtRound - Variable in class com.algorand.algosdk.v2.client.model.Asset
Round during which this asset was created.
createDryrun(AlgodClient, List<SignedTransaction>) - Static method in class com.algorand.algosdk.v2.client.Utils
Construct a DryrunRequest object from a set of transactions.
createDryrun(AlgodClient, List<SignedTransaction>, String, Long, Long) - Static method in class com.algorand.algosdk.v2.client.Utils
Construct a DryrunRequest object from a set of transactions.
createGson() - Static method in class com.algorand.algosdk.kmd.client.JSON
 
createTransactions() - Method in class com.algorand.algosdk.transaction.MethodCallParams
Create the transactions which will carry out the specified method call.
createWallet(CreateWalletRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Create a wallet Create a new wallet (collection of keys) with the given parameters.
createWalletAsync(CreateWalletRequest, ApiCallback<APIV1POSTWalletResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Create a wallet (asynchronously) Create a new wallet (collection of keys) with the given parameters.
createWalletCall(CreateWalletRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for createWallet
CreateWalletRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletRequest is the request for `POST /v1/wallet`
CreateWalletRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
createWalletWithHttpInfo(CreateWalletRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Create a wallet Create a new wallet (collection of keys) with the given parameters.
creator - Variable in class com.algorand.algosdk.v2.client.model.ApplicationParams
 
creator - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
The address that created this asset.
creator() - Method in class com.algorand.algosdk.v2.client.model.ApplicationParams
 
creator(String) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplications
Filter just applications with the given creator address.
creator(String) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAssets
Filter just assets with the given creator address.
creator(String) - Method in class com.algorand.algosdk.v2.client.model.ApplicationParams
The address that created this application.
CryptoProvider - Class in com.algorand.algosdk.util
 
CryptoProvider() - Constructor for class com.algorand.algosdk.util.CryptoProvider
 
currencyGreaterThan(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Results should have an amount greater than this value.
currencyGreaterThan(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetBalances
Results should have an amount greater than this value.
currencyGreaterThan(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Results should have an amount greater than this value.
currencyGreaterThan(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
Results should have an amount greater than this value.
currencyGreaterThan(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Results should have an amount greater than this value.
currencyLessThan(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Results should have an amount less than this value.
currencyLessThan(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetBalances
Results should have an amount less than this value.
currencyLessThan(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Results should have an amount less than this value.
currencyLessThan(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
Results should have an amount less than this value.
currencyLessThan(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Results should have an amount less than this value.
current_round - Variable in class com.algorand.algosdk.v2.client.model.SupplyResponse
Round
currentProtocol - Variable in class com.algorand.algosdk.v2.client.model.BlockUpgradeState
(proto) The current protocol version.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.AccountResponse
Round at which the results were computed.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.AccountsResponse
Round at which the results were computed.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLocalStatesResponse
Round at which the results were computed.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLogsResponse
Round at which the results were computed.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.ApplicationResponse
Round at which the results were computed.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.ApplicationsResponse
Round at which the results were computed.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.AssetBalancesResponse
Round at which the results were computed.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.AssetHoldingsResponse
Round at which the results were computed.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.AssetResponse
Round at which the results were computed.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.AssetsResponse
Round at which the results were computed.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.TransactionResponse
Round at which the results were computed.
currentRound - Variable in class com.algorand.algosdk.v2.client.model.TransactionsResponse
Round at which the results were computed.

D

data - Variable in class com.algorand.algosdk.v2.client.model.ErrorResponse
 
data - Variable in class com.algorand.algosdk.v2.client.model.HealthCheck
 
DateTypeAdapter() - Constructor for class com.algorand.algosdk.kmd.client.JSON.DateTypeAdapter
 
DateTypeAdapter(DateFormat) - Constructor for class com.algorand.algosdk.kmd.client.JSON.DateTypeAdapter
 
dbAvailable - Variable in class com.algorand.algosdk.v2.client.model.HealthCheck
 
decimals - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
(dc) The number of digits to use after the decimal point when displaying this asset.
decode(byte[]) - Method in class com.algorand.algosdk.abi.ABIType
Decode ABI encoded byte array to JAVA values from ABI type schemes
decode(byte[]) - Method in class com.algorand.algosdk.abi.TypeAddress
 
decode(byte[]) - Method in class com.algorand.algosdk.abi.TypeArrayDynamic
 
decode(byte[]) - Method in class com.algorand.algosdk.abi.TypeArrayStatic
 
decode(byte[]) - Method in class com.algorand.algosdk.abi.TypeBool
 
decode(byte[]) - Method in class com.algorand.algosdk.abi.TypeByte
 
decode(byte[]) - Method in class com.algorand.algosdk.abi.TypeString
 
decode(byte[]) - Method in class com.algorand.algosdk.abi.TypeTuple
 
decode(byte[]) - Method in class com.algorand.algosdk.abi.TypeUfixed
 
decode(byte[]) - Method in class com.algorand.algosdk.abi.TypeUint
 
decodeBytesToUint(byte[]) - Static method in class com.algorand.algosdk.util.Encoder
Decode an encoded big-endian uint value.
decodeFromBase32StripPad(String) - Static method in class com.algorand.algosdk.util.Encoder
Convenience method for reading base32 back into bytes
decodeFromBase64(String) - Static method in class com.algorand.algosdk.util.Encoder
Decode from base64 string.
decodeFromHexStr(String) - Static method in class com.algorand.algosdk.util.Encoder
Convenience method for decoding bytes from hex.
decodeFromJson(String, Class<T>) - Static method in class com.algorand.algosdk.util.Encoder
Encode an object as json.
decodeFromMsgPack(byte[], Class<T>) - Static method in class com.algorand.algosdk.util.Encoder
Convenience method for deserializing arbitrary objects encoded with canonical msg-pack
decodeFromMsgPack(String, Class<T>) - Static method in class com.algorand.algosdk.util.Encoder
Convenience method for deserializing arbitrary objects encoded with canonical msg-pack
decodeUint64(byte[]) - Static method in class com.algorand.algosdk.util.Encoder
Decode an encoded big-endian uint64 value.
Default - com.algorand.algosdk.transaction.Transaction.Type
 
DefaultApi - Class in com.algorand.algosdk.kmd.client.api
 
DefaultApi() - Constructor for class com.algorand.algosdk.kmd.client.api.DefaultApi
 
DefaultApi(ApiClient) - Constructor for class com.algorand.algosdk.kmd.client.api.DefaultApi
 
defaultFrozen - Variable in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
defaultFrozen - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
(df) Whether holdings of this asset are frozen by default.
defaultFrozen(boolean) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set whether accounts have this asset frozen by default.
DELETE - com.algorand.algosdk.v2.client.model.Enums.OnCompletion
 
DELETE - Static variable in class com.algorand.algosdk.v2.client.common.HttpMethod
 
DeleteApplicationOC - com.algorand.algosdk.transaction.Transaction.OnCompletion
 
deleted - Variable in class com.algorand.algosdk.v2.client.model.Account
Whether or not this account is currently closed.
deleted - Variable in class com.algorand.algosdk.v2.client.model.Application
Whether or not this application is currently deleted.
deleted - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLocalState
Whether or not the application local state is currently deleted from its account.
deleted - Variable in class com.algorand.algosdk.v2.client.model.Asset
Whether or not this asset is currently deleted.
deleted - Variable in class com.algorand.algosdk.v2.client.model.AssetHolding
Whether or not the asset holding is currently deleted from its account.
deleted - Variable in class com.algorand.algosdk.v2.client.model.MiniAssetHolding
Whether or not this asset holding is currently deleted from its account.
deletedAtRound - Variable in class com.algorand.algosdk.v2.client.model.Application
Round when this application was deleted.
deleteKey(DeleteKeyRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Delete a key Deletes the key with the passed public key from the wallet.
deleteKeyAsync(DeleteKeyRequest, ApiCallback<APIV1DELETEKeyResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Delete a key (asynchronously) Deletes the key with the passed public key from the wallet.
deleteKeyCall(DeleteKeyRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for deleteKey
DeleteKeyRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1DELETEKeyRequest is the request for `DELETE /v1/key`
DeleteKeyRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
 
deleteKeyWithHttpInfo(DeleteKeyRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Delete a key Deletes the key with the passed public key from the wallet.
deleteMultisig(DeleteMultisigRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Delete a multisig Deletes multisig preimage information for the passed address from the wallet.
deleteMultisigAsync(DeleteMultisigRequest, ApiCallback<APIV1DELETEMultisigResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Delete a multisig (asynchronously) Deletes multisig preimage information for the passed address from the wallet.
deleteMultisigCall(DeleteMultisigRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for deleteMultisig
DeleteMultisigRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1DELETEMultisigRequest is the request for `DELETE /v1/multisig`
DeleteMultisigRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
 
deleteMultisigWithHttpInfo(DeleteMultisigRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Delete a multisig Deletes multisig preimage information for the passed address from the wallet.
delta - Variable in class com.algorand.algosdk.v2.client.model.AccountStateDelta
Application state delta.
delta - Variable in class com.algorand.algosdk.v2.client.model.LedgerStateDeltaForTransactionGroup
Ledger StateDelta object
deltas - Variable in class com.algorand.algosdk.v2.client.model.TransactionGroupLedgerStateDeltasForRoundResponse
 
desc - Variable in class com.algorand.algosdk.abi.Method.Arg
 
desc - Variable in class com.algorand.algosdk.abi.Method
 
desc - Variable in class com.algorand.algosdk.abi.Method.Returns
 
description - Variable in class com.algorand.algosdk.abi.Contract
 
description - Variable in class com.algorand.algosdk.abi.Interface
 
deserialize(Response, Type) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Deserialize response body to Java object, according to the return type and the Content-Type response header.
deserialize(String, Type) - Method in class com.algorand.algosdk.kmd.client.JSON
Deserialize the given JSON string to Java object.
destroyedAtRound - Variable in class com.algorand.algosdk.v2.client.model.Asset
Round during which this asset was destroyed.
digest(byte[]) - Static method in class com.algorand.algosdk.util.Digester
 
Digest - Class in com.algorand.algosdk.crypto
A serializable class representing a SHA512-256 Digest
Digest() - Constructor for class com.algorand.algosdk.crypto.Digest
Uninitialized object used for serializer to ignore default values.
Digest(byte[]) - Constructor for class com.algorand.algosdk.crypto.Digest
Create a new digest.
Digest(String) - Constructor for class com.algorand.algosdk.crypto.Digest
Create a new digest from a base64 encoded string.
Digester - Class in com.algorand.algosdk.util
 
Digester() - Constructor for class com.algorand.algosdk.util.Digester
 
DisassembleResponse - Class in com.algorand.algosdk.v2.client.model
Teal disassembly Result
DisassembleResponse() - Constructor for class com.algorand.algosdk.v2.client.model.DisassembleResponse
 
disassembly - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
Disassembled program line by line.
displayMnemonic(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.GenerateKeyRequest
 
downloadFileFromResponse(Response) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Download file from the given response.
driverName(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
driverVersion(Long) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
DryrunRequest - Class in com.algorand.algosdk.v2.client.model
Request data type for dryrun endpoint.
DryrunRequest() - Constructor for class com.algorand.algosdk.v2.client.model.DryrunRequest
 
DryrunResponse - Class in com.algorand.algosdk.v2.client.model
DryrunResponse contains per-txn debug information from a dryrun.
DryrunResponse() - Constructor for class com.algorand.algosdk.v2.client.model.DryrunResponse
 
DryrunSource - Class in com.algorand.algosdk.v2.client.model
DryrunSource is TEAL source text that gets uploaded, compiled, and inserted into transactions or application state.
DryrunSource() - Constructor for class com.algorand.algosdk.v2.client.model.DryrunSource
 
DryrunState - Class in com.algorand.algosdk.v2.client.model
Stores the TEAL eval step data
DryrunState() - Constructor for class com.algorand.algosdk.v2.client.model.DryrunState
 
DryrunTxnResult - Class in com.algorand.algosdk.v2.client.model
DryrunTxnResult contains any LogicSig or ApplicationCall program debug information and state updates from a dryrun.
DryrunTxnResult() - Constructor for class com.algorand.algosdk.v2.client.model.DryrunTxnResult
 

E

Ed25519PublicKey - Class in com.algorand.algosdk.crypto
a serializable Ed25519PublicKey
Ed25519PublicKey() - Constructor for class com.algorand.algosdk.crypto.Ed25519PublicKey
 
Ed25519PublicKey(byte[]) - Constructor for class com.algorand.algosdk.crypto.Ed25519PublicKey
Create a new VRF key.
elemType - Variable in class com.algorand.algosdk.abi.TypeArrayDynamic
 
elemType - Variable in class com.algorand.algosdk.abi.TypeArrayStatic
 
enable - Variable in class com.algorand.algosdk.v2.client.model.SimulateTraceConfig
A boolean option for opting in execution trace features simulation endpoint.
encode(Object) - Method in class com.algorand.algosdk.abi.ABIType
Encode JAVA values with ABI rules based on the ABI type schemes
encode(Object) - Method in class com.algorand.algosdk.abi.TypeAddress
 
encode(Object) - Method in class com.algorand.algosdk.abi.TypeArrayDynamic
 
encode(Object) - Method in class com.algorand.algosdk.abi.TypeArrayStatic
 
encode(Object) - Method in class com.algorand.algosdk.abi.TypeBool
 
encode(Object) - Method in class com.algorand.algosdk.abi.TypeByte
 
encode(Object) - Method in class com.algorand.algosdk.abi.TypeString
 
encode(Object) - Method in class com.algorand.algosdk.abi.TypeTuple
 
encode(Object) - Method in class com.algorand.algosdk.abi.TypeUfixed
 
encode(Object) - Method in class com.algorand.algosdk.abi.TypeUint
 
encodeAsString() - Method in class com.algorand.algosdk.crypto.Address
encodeAsString converts the address to a human-readable representation, with a 4-byte checksum appended at the end, using SHA256.
encodeBox(Box) - Static method in class com.algorand.algosdk.util.BoxQueryEncoding
 
encodeBoxDescriptor(BoxDescriptor) - Static method in class com.algorand.algosdk.util.BoxQueryEncoding
 
encodeBoxReference(Transaction.BoxReference) - Static method in class com.algorand.algosdk.util.BoxQueryEncoding
 
encodeBytes(byte[]) - Static method in class com.algorand.algosdk.util.BoxQueryEncoding
 
Encoder - Class in com.algorand.algosdk.util
 
Encoder() - Constructor for class com.algorand.algosdk.util.Encoder
 
encodeToBase32StripPad(byte[]) - Static method in class com.algorand.algosdk.util.Encoder
Convenience method for writing bytes as base32
encodeToBase64(byte[]) - Static method in class com.algorand.algosdk.util.Encoder
Encode to base64 string.
encodeToHexStr(byte[]) - Static method in class com.algorand.algosdk.util.Encoder
Convenience method for writing bytes as hex.
encodeToJson(Object) - Static method in class com.algorand.algosdk.util.Encoder
Encode an object as json.
encodeToMsgPack(Object) - Static method in class com.algorand.algosdk.util.Encoder
Convenience method for serializing arbitrary objects.
encodeUint64(long) - Static method in class com.algorand.algosdk.util.Encoder
Encode an non-negative integer as a big-endian uint64 value.
encodeUint64(BigInteger) - Static method in class com.algorand.algosdk.util.Encoder
Encode an non-negative integer as a big-endian uint64 value.
encodeUintToBytes(BigInteger, int) - Static method in class com.algorand.algosdk.util.Encoder
Encode an non-negative integer as a big-endian general uint value.
Enums - Class in com.algorand.algosdk.v2.client.model
 
Enums() - Constructor for class com.algorand.algosdk.v2.client.model.Enums
 
Enums.AddressRole - Enum in com.algorand.algosdk.v2.client.model
Combine with the address parameter to define what type of address to search for.
Enums.Exclude - Enum in com.algorand.algosdk.v2.client.model
Exclude additional items such as asset holdings, application local data stored for this account, asset parameters created by this account, and application parameters created by this account.
Enums.Hashtype - Enum in com.algorand.algosdk.v2.client.model
The type of hash function used to create the proof, must be one of: sha512_256 sha256
Enums.OnCompletion - Enum in com.algorand.algosdk.v2.client.model
(apan) defines the what additional actions occur with the transaction.
Enums.SigType - Enum in com.algorand.algosdk.v2.client.model
Indicates what type of signature is used by this account, must be one of: sig msig lsig or null if unknown
Enums.TxType - Enum in com.algorand.algosdk.v2.client.model
(type) Indicates what type of transaction this is.
equals(Object) - Method in class com.algorand.algosdk.abi.ABIType
 
equals(Object) - Method in class com.algorand.algosdk.abi.Contract
 
equals(Object) - Method in class com.algorand.algosdk.abi.Contract.NetworkInfo
 
equals(Object) - Method in class com.algorand.algosdk.abi.Interface
 
equals(Object) - Method in class com.algorand.algosdk.abi.Method.Arg
 
equals(Object) - Method in class com.algorand.algosdk.abi.Method
 
equals(Object) - Method in class com.algorand.algosdk.abi.Method.Returns
 
equals(Object) - Method in class com.algorand.algosdk.abi.TypeAddress
 
equals(Object) - Method in class com.algorand.algosdk.abi.TypeArrayDynamic
 
equals(Object) - Method in class com.algorand.algosdk.abi.TypeArrayStatic
 
equals(Object) - Method in class com.algorand.algosdk.abi.TypeBool
 
equals(Object) - Method in class com.algorand.algosdk.abi.TypeByte
 
equals(Object) - Method in class com.algorand.algosdk.abi.TypeString
 
equals(Object) - Method in class com.algorand.algosdk.abi.TypeTuple
 
equals(Object) - Method in class com.algorand.algosdk.abi.TypeUfixed
 
equals(Object) - Method in class com.algorand.algosdk.abi.TypeUint
 
equals(Object) - Method in class com.algorand.algosdk.account.Account
 
equals(Object) - Method in class com.algorand.algosdk.auction.Bid
 
equals(Object) - Method in class com.algorand.algosdk.auction.SignedBid
 
equals(Object) - Method in class com.algorand.algosdk.crypto.Address
 
equals(Object) - Method in class com.algorand.algosdk.crypto.Digest
 
equals(Object) - Method in class com.algorand.algosdk.crypto.Ed25519PublicKey
 
equals(Object) - Method in class com.algorand.algosdk.crypto.LogicsigSignature
 
equals(Object) - Method in class com.algorand.algosdk.crypto.MerkleVerifier
 
equals(Object) - Method in class com.algorand.algosdk.crypto.MultisigAddress
 
equals(Object) - Method in class com.algorand.algosdk.crypto.MultisigSignature
 
equals(Object) - Method in class com.algorand.algosdk.crypto.MultisigSignature.MultisigSubsig
 
equals(Object) - Method in class com.algorand.algosdk.crypto.ParticipationPublicKey
 
equals(Object) - Method in class com.algorand.algosdk.crypto.Signature
 
equals(Object) - Method in class com.algorand.algosdk.crypto.VRFPublicKey
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEKeyResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEMultisigResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletReleaseResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Request
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1RequestEnvelope
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.ExportMasterKeyRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.ExportMultisigRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.GenerateKeyRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.ImportKeyRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.ListKeysRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.ListMultisigRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.ListWalletsRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.ReleaseWalletHandleTokenRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.RenewWalletHandleTokenRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.VersionsRequest
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.VersionsResponse
 
equals(Object) - Method in class com.algorand.algosdk.kmd.client.model.WalletInfoRequest
 
equals(Object) - Method in class com.algorand.algosdk.logic.StateSchema
 
equals(Object) - Method in class com.algorand.algosdk.transaction.AppBoxReference
 
equals(Object) - Method in class com.algorand.algosdk.transaction.AssetParams
 
equals(Object) - Method in class com.algorand.algosdk.transaction.Lease
 
equals(Object) - Method in class com.algorand.algosdk.transaction.SignedTransaction
 
equals(Object) - Method in class com.algorand.algosdk.transaction.Transaction.BoxReference
 
equals(Object) - Method in class com.algorand.algosdk.transaction.Transaction
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.Account
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AccountApplicationResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AccountAssetResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AccountParticipation
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AccountResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AccountsResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AccountStateDelta
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.Application
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationInitialStates
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationKVStorage
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationLocalReference
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationLocalState
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationLocalStatesResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationLogData
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationLogsResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationParams
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationsResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationStateOperation
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ApplicationStateSchema
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.Asset
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AssetBalancesResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AssetHolding
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AssetHoldingReference
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AssetHoldingsResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AssetParams
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AssetResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AssetsResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AvmKeyValue
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.AvmValue
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.Block
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BlockHashResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BlockResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BlockRewards
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BlockTxidsResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BlockUpgradeState
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BlockUpgradeVote
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.Box
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BoxDescriptor
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BoxesResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BoxReference
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BuildVersion
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.CompileResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.DisassembleResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.DryrunRequest
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.DryrunResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.DryrunSource
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.DryrunState
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ErrorResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.EvalDelta
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.EvalDeltaKeyValue
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.GetBlockTimeStampOffsetResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.GetSyncRoundResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.HashFactory
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.HealthCheck
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.KvDelta
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.LedgerStateDeltaForTransactionGroup
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.LightBlockHeaderProof
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.MerkleArrayProof
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.MiniAssetHolding
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ParticipationUpdates
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.PendingTransactionsResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.PostTransactionsResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.ScratchChange
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SimulateInitialStates
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SimulateRequest
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SimulateRequestTransactionGroup
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SimulateResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SimulateTraceConfig
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SimulateTransactionGroupResult
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SimulateTransactionResult
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SimulateUnnamedResourcesAccessed
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SimulationEvalOverrides
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SimulationOpcodeTraceUnit
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.StateProof
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.StateProofFields
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.StateProofMessage
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.StateProofParticipant
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.StateProofReveal
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.StateProofSignature
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.StateProofSigSlot
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.StateProofTracking
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.StateProofVerifier
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.StateSchema
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.SupplyResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TealKeyValue
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TealValue
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.Transaction
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionApplication
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionAssetConfig
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionAssetFreeze
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionAssetTransfer
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionGroupLedgerStateDeltasForRoundResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionParametersResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionPayment
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionProofResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionSignature
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisig
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisigSubsignature
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionsResponse
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.TransactionStateProof
 
equals(Object) - Method in class com.algorand.algosdk.v2.client.model.Version
 
error - Variable in class com.algorand.algosdk.v2.client.model.DryrunResponse
 
error - Variable in class com.algorand.algosdk.v2.client.model.DryrunState
Evaluation error if any
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEKeyResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEMultisigResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletReleaseResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
 
error(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
 
ErrorResponse - Class in com.algorand.algosdk.v2.client.model
Response for errors
ErrorResponse() - Constructor for class com.algorand.algosdk.v2.client.model.ErrorResponse
 
errors - Variable in class com.algorand.algosdk.v2.client.model.HealthCheck
 
escapeString(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Escape the given string to be used as URL query value.
estimatedEncodedSize(Transaction) - Static method in class com.algorand.algosdk.account.Account
EstimateEncodedSize returns the estimated encoded size of the transaction including the signature.
EvalDelta - Class in com.algorand.algosdk.v2.client.model
Represents a TEAL value delta.
EvalDelta() - Constructor for class com.algorand.algosdk.v2.client.model.EvalDelta
 
EvalDeltaKeyValue - Class in com.algorand.algosdk.v2.client.model
Key-value pairs for StateDelta.
EvalDeltaKeyValue() - Constructor for class com.algorand.algosdk.v2.client.model.EvalDeltaKeyValue
 
evalOverrides - Variable in class com.algorand.algosdk.v2.client.model.SimulateResponse
The set of parameters and limits override during simulation.
exclude(Enums.Exclude) - Method in class com.algorand.algosdk.v2.client.algod.AccountInformation
When set to `all` will exclude asset holdings, application local state, created asset parameters, any created application parameters.
exclude(List<Enums.Exclude>) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountByID
Exclude additional items such as asset holdings, application local data stored for this account, asset parameters created by this account, and application parameters created by this account.
exclude(List<Enums.Exclude>) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
Exclude additional items such as asset holdings, application local data stored for this account, asset parameters created by this account, and application parameters created by this account.
excludeCloseTo(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Combine with address and address-role parameters to define what type of address to search for.
excludeCloseTo(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Combine with address and address-role parameters to define what type of address to search for.
execTrace - Variable in class com.algorand.algosdk.v2.client.model.SimulateTransactionResult
The execution trace of calling an app or a logic sig, containing the inner app call trace in a recursive way.
execTraceConfig - Variable in class com.algorand.algosdk.v2.client.model.SimulateRequest
An object that configures simulation execution trace.
execTraceConfig - Variable in class com.algorand.algosdk.v2.client.model.SimulateResponse
An object that configures simulation execution trace.
execute() - Method in class com.algorand.algosdk.v2.client.algod.AccountApplicationInformation
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.AccountAssetInformation
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.AccountInformation
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetApplicationBoxByName
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetApplicationBoxes
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetApplicationByID
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetAssetByID
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetBlock
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetBlockHash
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetBlockTimeStampOffset
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetBlockTxids
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetGenesis
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetLedgerStateDelta
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetLedgerStateDeltaForTransactionGroup
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetLightBlockHeaderProof
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetPendingTransactions
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetPendingTransactionsByAddress
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetReady
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetStateProof
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetStatus
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetSupply
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetSyncRound
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetTransactionGroupLedgerStateDeltasForRound
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetTransactionProof
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.GetVersion
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.HealthCheck
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.Metrics
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.PendingTransactionInformation
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.RawTransaction
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.SetBlockTimeStampOffset
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.SetSyncRound
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.SimulateTransaction
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.SwaggerJSON
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.TealCompile
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.TealDisassemble
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.TealDryrun
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.TransactionParams
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.UnsetSyncRound
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.algod.WaitForBlock
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.common.Query
 
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAppLocalStates
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAssets
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountByID
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedApplications
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedAssets
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationBoxByIDAndName
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationByID
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationLogsByID
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetBalances
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetByID
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupBlock
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.LookupTransaction
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.MakeHealthCheck
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplicationBoxes
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplications
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAssets
Execute the query.
execute() - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Execute the query.
execute(AlgodClient, int) - Method in class com.algorand.algosdk.transaction.AtomicTransactionComposer
Send the transaction group to the network and wait until it's committed to a block.
execute(Call) - Method in class com.algorand.algosdk.kmd.client.ApiClient
execute(Call, Type) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Execute HTTP call and deserialize the HTTP response body into the given return type.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.AccountApplicationInformation
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.AccountAssetInformation
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.AccountInformation
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetApplicationBoxByName
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetApplicationBoxes
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetApplicationByID
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetAssetByID
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetBlock
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetBlockHash
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetBlockTimeStampOffset
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetBlockTxids
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetGenesis
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetLedgerStateDelta
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetLedgerStateDeltaForTransactionGroup
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetLightBlockHeaderProof
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetPendingTransactions
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetPendingTransactionsByAddress
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetReady
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetStateProof
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetStatus
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetSupply
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetSyncRound
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetTransactionGroupLedgerStateDeltasForRound
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetTransactionProof
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.GetVersion
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.HealthCheck
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.Metrics
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.PendingTransactionInformation
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.RawTransaction
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.SetBlockTimeStampOffset
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.SetSyncRound
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.SimulateTransaction
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.SwaggerJSON
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.TealCompile
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.TealDisassemble
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.TealDryrun
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.TransactionParams
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.UnsetSyncRound
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.algod.WaitForBlock
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.common.Query
 
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAppLocalStates
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAssets
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountByID
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedApplications
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedAssets
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationBoxByIDAndName
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationByID
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationLogsByID
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetBalances
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetByID
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupBlock
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupTransaction
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.MakeHealthCheck
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplicationBoxes
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplications
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAssets
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
execute(String[], String[]) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
executeAsync(Call, ApiCallback<T>) - Method in class com.algorand.algosdk.kmd.client.ApiClient
executeAsync(Call, Type, ApiCallback<T>) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Execute HTTP call asynchronously.
executeCall(QueryData, HttpMethod, String[], String[]) - Method in class com.algorand.algosdk.v2.client.common.Client
 
ExecuteResult(Long, List<String>, List<AtomicTransactionComposer.ReturnValue>) - Constructor for class com.algorand.algosdk.transaction.AtomicTransactionComposer.ExecuteResult
 
expiredParticipationAccounts - Variable in class com.algorand.algosdk.v2.client.model.ParticipationUpdates
(partupdrmv) a list of online accounts that needs to be converted to offline since their participation key expired.
expiresSeconds(Long) - Method in class com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
 
exportKey(ExportKeyRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Export a key Export the secret key associated with the passed public key.
exportKeyAsync(ExportKeyRequest, ApiCallback<APIV1POSTKeyExportResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Export a key (asynchronously) Export the secret key associated with the passed public key.
exportKeyCall(ExportKeyRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for exportKey
ExportKeyRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTKeyExportRequest is the request for `POST /v1/key/export`
ExportKeyRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
 
exportKeyWithHttpInfo(ExportKeyRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Export a key Export the secret key associated with the passed public key.
exportMasterKey(ExportMasterKeyRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Export the master derivation key from a wallet Export the master derivation key from the wallet.
exportMasterKeyAsync(ExportMasterKeyRequest, ApiCallback<APIV1POSTMasterKeyExportResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Export the master derivation key from a wallet (asynchronously) Export the master derivation key from the wallet.
exportMasterKeyCall(ExportMasterKeyRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for exportMasterKey
ExportMasterKeyRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTMasterKeyExportRequest is the request for `POST /v1/master-key/export`
ExportMasterKeyRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.ExportMasterKeyRequest
 
exportMasterKeyWithHttpInfo(ExportMasterKeyRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Export the master derivation key from a wallet Export the master derivation key from the wallet.
exportMultisig(ExportMultisigRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Export multisig address metadata Given a multisig address whose preimage this wallet stores, returns the information used to generate the address, including public keys, threshold, and multisig version.
exportMultisigAsync(ExportMultisigRequest, ApiCallback<APIV1POSTMultisigExportResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Export multisig address metadata (asynchronously) Given a multisig address whose preimage this wallet stores, returns the information used to generate the address, including public keys, threshold, and multisig version.
exportMultisigCall(ExportMultisigRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for exportMultisig
ExportMultisigRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTMultisigExportRequest is the request for `POST /v1/multisig/export`
ExportMultisigRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.ExportMultisigRequest
 
exportMultisigWithHttpInfo(ExportMultisigRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Export multisig address metadata Given a multisig address whose preimage this wallet stores, returns the information used to generate the address, including public keys, threshold, and multisig version.
extraBoxRefs - Variable in class com.algorand.algosdk.v2.client.model.SimulateUnnamedResourcesAccessed
The number of extra box references used to increase the IO budget.
extraOpcodeBudget - Variable in class com.algorand.algosdk.v2.client.model.SimulateRequest
Applies extra opcode budget during simulation for each transaction group.
extraOpcodeBudget - Variable in class com.algorand.algosdk.v2.client.model.SimulationEvalOverrides
The extra opcode budget added to each transaction group during simulation
extraPages - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
extraPages - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
extraPages - Variable in class com.algorand.algosdk.transaction.Transaction
 
extraPages(Long) - Method in class com.algorand.algosdk.builder.transaction.ApplicationCreateTransactionBuilder
 
extraPages(Long) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
extraPages(Long) - Method in interface com.algorand.algosdk.builder.transaction.StateSchemaSetter
extraPages allows you to rent extra pages of memory for the application.
extraProgramPages - Variable in class com.algorand.algosdk.v2.client.model.ApplicationParams
(epp) the amount of extra program pages available to this app.
extraProgramPages - Variable in class com.algorand.algosdk.v2.client.model.TransactionApplication
(epp) specifies the additional app program len requested in pages.

F

failedAt - Variable in class com.algorand.algosdk.v2.client.model.SimulateTransactionGroupResult
If present, indicates which transaction in this group caused the failure.
failureMessage - Variable in class com.algorand.algosdk.v2.client.model.SimulateTransactionGroupResult
If present, indicates that the transaction group failed and specifies why that happened
falconSignature - Variable in class com.algorand.algosdk.v2.client.model.StateProofSignature
 
falconSignature() - Method in class com.algorand.algosdk.v2.client.model.StateProofSignature
 
falconSignature(String) - Method in class com.algorand.algosdk.v2.client.model.StateProofSignature
 
fee - Variable in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
 
fee - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
fee - Variable in class com.algorand.algosdk.transaction.Transaction
 
fee - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(fee) Transaction fee.
fee - Variable in class com.algorand.algosdk.v2.client.model.TransactionParametersResponse
Fee is the suggested transaction fee Fee is in units of micro-Algos per byte.
fee(Integer) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the fee per bytes value.
fee(Long) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the fee per bytes value.
fee(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the fee per bytes value.
feeSink - Variable in class com.algorand.algosdk.v2.client.model.BlockRewards
(fees) accepts transaction fees, it can only spend to the incentive pool.
fieldName - Variable in class com.algorand.algosdk.v2.client.model.DryrunSource
FieldName is what kind of sources this is.
file - Variable in class com.algorand.algosdk.logic.SourceMap
 
findBoolLR(ABIType[], int, int) - Static method in class com.algorand.algosdk.abi.ABIType
 
firstAttestedRound - Variable in class com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
(f)
firstAttestedRound - Variable in class com.algorand.algosdk.v2.client.model.StateProofMessage
The first round the message attests to.
firstValid - Variable in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
 
firstValid - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
firstValid - Variable in class com.algorand.algosdk.transaction.Transaction
 
firstValid - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(fv) First valid round for this transaction.
firstValid(Integer) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the firstValid value, which is the first round that this transaction is valid for.
firstValid(Long) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the firstValid value, which is the first round that this transaction is valid for.
firstValid(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the firstValid value, which is the first round that this transaction is valid for.
FixedSecureRandom(byte[]) - Constructor for class com.algorand.algosdk.account.Account.FixedSecureRandom
 
flatFee - Variable in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
 
flatFee - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
flatFee(Integer) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the flatFee.
flatFee(Long) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the flatFee.
flatFee(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the flatFee.
forApplication(long) - Static method in class com.algorand.algosdk.crypto.Address
Get the escrow address of an application.
foreignAccounts - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
foreignAccounts - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
foreignApps - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
foreignApps - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
foreignApps - Variable in class com.algorand.algosdk.transaction.Transaction
 
foreignApps - Variable in class com.algorand.algosdk.v2.client.model.TransactionApplication
(apfa) Lists the applications in addition to the application-id whose global states may be accessed by this application's approval-program and clear-state-program.
foreignApps(List<Long>) - Method in class com.algorand.algosdk.builder.transaction.ApplicationBaseTransactionBuilder
 
foreignApps(List<Long>) - Method in interface com.algorand.algosdk.builder.transaction.ApplicationCallReferencesSetter
ForeignApps lists the applications (in addition to txn.ApplicationID) whose global states may be accessed by this application.
foreignApps(List<Long>) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
foreignAssets - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
foreignAssets - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
foreignAssets - Variable in class com.algorand.algosdk.transaction.Transaction
 
foreignAssets - Variable in class com.algorand.algosdk.v2.client.model.TransactionApplication
(apas) lists the assets whose parameters may be accessed by this application's ApprovalProgram and ClearStateProgram.
foreignAssets(List<Long>) - Method in class com.algorand.algosdk.builder.transaction.ApplicationBaseTransactionBuilder
 
foreignAssets(List<Long>) - Method in interface com.algorand.algosdk.builder.transaction.ApplicationCallReferencesSetter
ForeignAssets lists the assets whose global states may be accessed by this application.
foreignAssets(List<Long>) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
forValue(int) - Static method in enum com.algorand.algosdk.transaction.Transaction.OnCompletion
 
forValue(String) - Static method in enum com.algorand.algosdk.transaction.Transaction.Type
Return the enumeration for the given string value.
forValue(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.AddressRole
 
forValue(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.Exclude
 
forValue(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.Hashtype
 
forValue(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.OnCompletion
 
forValue(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.SigType
 
forValue(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.TxType
 
freeze - Variable in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
freeze - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
(f) Address of account used to freeze holdings of this asset.
freeze(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the freeze account in the raw 32 byte format.
freeze(Address) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the freeze account.
freeze(String) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the freeze account in the human-readable address format.
freezeState - Variable in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
 
freezeState - Variable in class com.algorand.algosdk.transaction.Transaction
 
freezeState(boolean) - Method in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
Set the freezeState of the freezeTarget account.
freezeTarget - Variable in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
 
freezeTarget - Variable in class com.algorand.algosdk.transaction.Transaction
 
freezeTarget(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
Set the freezeTarget account in the raw 32 byte format.
freezeTarget(Address) - Method in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
Set the freezeTarget account.
freezeTarget(String) - Method in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
Set the freezeTarget account in the human-readable address format.
FREEZETARGET - com.algorand.algosdk.v2.client.model.Enums.AddressRole
 
fromAppBoxReference(AppBoxReference, List<Long>, Long) - Static method in class com.algorand.algosdk.transaction.Transaction.BoxReference
 
fromKey(byte[]) - Static method in class com.algorand.algosdk.mnemonic.Mnemonic
Converts a 32-byte key into a 25 word mnemonic.

G

gatherSignatures() - Method in class com.algorand.algosdk.transaction.AtomicTransactionComposer
Obtain signatures for each transaction in this group.
generateKey(GenerateKeyRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Generate a key Generates the next key in the deterministic key sequence (as determined by the master derivation key) and adds it to the wallet, returning the public key.
generateKeyAsync(GenerateKeyRequest, ApiCallback<APIV1POSTKeyResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Generate a key (asynchronously) Generates the next key in the deterministic key sequence (as determined by the master derivation key) and adds it to the wallet, returning the public key.
generateKeyCall(GenerateKeyRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for generateKey
GenerateKeyRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTKeyRequest is the request for `POST /v1/key`
GenerateKeyRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.GenerateKeyRequest
 
generateKeyWithHttpInfo(GenerateKeyRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Generate a key Generates the next key in the deterministic key sequence (as determined by the master derivation key) and adds it to the wallet, returning the public key.
generateSeed(int) - Method in class com.algorand.algosdk.account.Account.FixedSecureRandom
 
GenericObjToArray - Class in com.algorand.algosdk.util
 
GenericObjToArray() - Constructor for class com.algorand.algosdk.util.GenericObjToArray
 
genesis_hash_b64 - Variable in class com.algorand.algosdk.v2.client.model.Version
 
genesis_hash_b64() - Method in class com.algorand.algosdk.v2.client.model.Version
 
genesis_hash_b64(String) - Method in class com.algorand.algosdk.v2.client.model.Version
 
genesis_id - Variable in class com.algorand.algosdk.v2.client.model.Version
 
genesisHash - Variable in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
 
genesisHash - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
genesisHash - Variable in class com.algorand.algosdk.transaction.Transaction
 
genesisHash - Variable in class com.algorand.algosdk.v2.client.model.Block
 
genesisHash - Variable in class com.algorand.algosdk.v2.client.model.Transaction
 
genesisHash - Variable in class com.algorand.algosdk.v2.client.model.TransactionParametersResponse
 
genesisHash() - Method in class com.algorand.algosdk.v2.client.model.Block
 
genesisHash() - Method in class com.algorand.algosdk.v2.client.model.Transaction
 
genesisHash() - Method in class com.algorand.algosdk.v2.client.model.TransactionParametersResponse
 
genesisHash(byte[]) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the genesisHash field in its raw byte array format.
genesisHash(Digest) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the genesisHash field.
genesisHash(String) - Method in class com.algorand.algosdk.v2.client.model.Block
(gh) hash to which this block belongs.
genesisHash(String) - Method in class com.algorand.algosdk.v2.client.model.Transaction
(gh) Hash of genesis block.
genesisHash(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionParametersResponse
GenesisHash is the hash of the genesis block.
genesisHashB64(String) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the genesisHash field in a base64 encoded format.
genesisHashUTF8(String) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the genesisHash field in a UTF8 encoded format.
genesisId - Variable in class com.algorand.algosdk.v2.client.model.Block
(gen) ID to which this block belongs.
genesisId - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(gen) genesis block ID.
genesisId - Variable in class com.algorand.algosdk.v2.client.model.TransactionParametersResponse
GenesisID is an ID listed in the genesis block.
genesisID - Variable in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
 
genesisID - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
genesisID - Variable in class com.algorand.algosdk.transaction.Transaction
 
genesisID(String) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the optional genesisID.
GET - Static variable in class com.algorand.algosdk.v2.client.common.HttpMethod
 
getAccessToken() - Method in class com.algorand.algosdk.kmd.client.auth.OAuth
 
getAddress() - Method in class com.algorand.algosdk.account.Account
Convenience method for getting underlying address.
getAddress() - Method in class com.algorand.algosdk.account.LogicSigAccount
getAddress returns the address of the LogicSigAccount
getAddress() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
Get address
getAddress() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
Get address
getAddress() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
Get address
getAddress() - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
Get address
getAddress() - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
Get address
getAddress() - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
Get address
getAddress() - Method in class com.algorand.algosdk.kmd.client.model.ExportMultisigRequest
Get address
getAddresses() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
Get addresses
getAddresses() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
Get addresses
getApiClient() - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
 
getApiKey() - Method in class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
 
getApiKeyPrefix() - Method in class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
 
getAppId() - Method in class com.algorand.algosdk.transaction.AppBoxReference
 
getAppIndex() - Method in class com.algorand.algosdk.transaction.Transaction.BoxReference
 
GetApplicationBoxByName - Class in com.algorand.algosdk.v2.client.algod
Given an application ID and box name, it returns the round, box name, and value (each base64 encoded).
GetApplicationBoxByName(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.GetApplicationBoxByName
 
GetApplicationBoxByName(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Given an application ID and box name, it returns the round, box name, and value (each base64 encoded).
GetApplicationBoxes - Class in com.algorand.algosdk.v2.client.algod
Given an application ID, return all Box names.
GetApplicationBoxes(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.GetApplicationBoxes
 
GetApplicationBoxes(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Given an application ID, return all Box names.
GetApplicationByID - Class in com.algorand.algosdk.v2.client.algod
Given a application ID, it returns application information including creator, approval and clear programs, global and local schemas, and global state.
GetApplicationByID(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.GetApplicationByID
 
GetApplicationByID(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Given a application ID, it returns application information including creator, approval and clear programs, global and local schemas, and global state.
GetAssetByID - Class in com.algorand.algosdk.v2.client.algod
Given a asset ID, it returns asset information including creator, name, total supply and special addresses.
GetAssetByID(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.GetAssetByID
 
GetAssetByID(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Given a asset ID, it returns asset information including creator, name, total supply and special addresses.
getAuthentication(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Get authentication for the given name.
getAuthentications() - Method in class com.algorand.algosdk.kmd.client.ApiClient
Get authentications (key: authentication name, value: authentication).
getBasePath() - Method in class com.algorand.algosdk.kmd.client.ApiClient
Get base path
GetBlock - Class in com.algorand.algosdk.v2.client.algod
Get the block for the given round.
GetBlock(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.GetBlock
 
GetBlock(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get the block for the given round.
GetBlockHash - Class in com.algorand.algosdk.v2.client.algod
Get the block hash for the block on the given round.
GetBlockHash(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.GetBlockHash
 
GetBlockHash(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get the block hash for the block on the given round.
GetBlockTimeStampOffset - Class in com.algorand.algosdk.v2.client.algod
Gets the current timestamp offset.
GetBlockTimeStampOffset(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.GetBlockTimeStampOffset
 
GetBlockTimeStampOffset() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Gets the current timestamp offset.
GetBlockTimeStampOffsetResponse - Class in com.algorand.algosdk.v2.client.model
Response containing the timestamp offset in seconds
GetBlockTimeStampOffsetResponse() - Constructor for class com.algorand.algosdk.v2.client.model.GetBlockTimeStampOffsetResponse
 
GetBlockTxids - Class in com.algorand.algosdk.v2.client.algod
Get the top level transaction IDs for the block on the given round.
GetBlockTxids(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.GetBlockTxids
 
GetBlockTxids(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get the top level transaction IDs for the block on the given round.
getBytes() - Method in class com.algorand.algosdk.crypto.Address
Get the underlying bytes wrapped by this Address.
getBytes() - Method in class com.algorand.algosdk.crypto.Digest
 
getBytes() - Method in class com.algorand.algosdk.crypto.Ed25519PublicKey
 
getBytes() - Method in class com.algorand.algosdk.crypto.MerkleVerifier
 
getBytes() - Method in class com.algorand.algosdk.crypto.ParticipationPublicKey
 
getBytes() - Method in class com.algorand.algosdk.crypto.Signature
 
getBytes() - Method in class com.algorand.algosdk.crypto.TEALProgram
 
getBytes() - Method in class com.algorand.algosdk.crypto.VRFPublicKey
 
getBytes() - Method in class com.algorand.algosdk.transaction.Lease
 
getClearTextPublicKey() - Method in class com.algorand.algosdk.account.Account
Convenience method for getting the underlying public key for raw operations.
getCode() - Method in exception com.algorand.algosdk.kmd.client.ApiException
Get the HTTP status code.
getConnectTimeout() - Method in class com.algorand.algosdk.kmd.client.ApiClient
Get connection timeout (in milliseconds).
getContentEncoded(byte[]) - Static method in class com.algorand.algosdk.abi.ABIType
Take the bytes after the first 2 bytes in the byte array (consider the byte array to be an encoding for ABI dynamic typed value)
getContentType() - Method in class com.algorand.algosdk.v2.client.common.Response
 
getCount() - Method in class com.algorand.algosdk.transaction.AtomicTransactionComposer
Get the number of transactions currently in this atomic group.
getData() - Method in class com.algorand.algosdk.kmd.client.ApiResponse
 
getDateFormat() - Method in class com.algorand.algosdk.kmd.client.ApiClient
 
getDateString(Date) - Static method in class com.algorand.algosdk.v2.client.common.Utils
Get the date formatted as: 2011-12-03T10:15:30Z
getDefaultApiClient() - Static method in class com.algorand.algosdk.kmd.client.Configuration
Get the default API client, which would be used when creating API instances without providing an API client.
getDescription() - Method in class com.algorand.algosdk.abi.Contract
 
getDescription() - Method in class com.algorand.algosdk.abi.Interface
 
getDriverName() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
Get driverName
getDriverVersion() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
Get driverVersion
getEd25519PublicKey() - Method in class com.algorand.algosdk.account.Account
 
getExpiresSeconds() - Method in class com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
Get expiresSeconds
GetGenesis - Class in com.algorand.algosdk.v2.client.algod
Returns the entire genesis file in json.
GetGenesis(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.GetGenesis
 
GetGenesis() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Returns the entire genesis file in json.
getGson() - Method in class com.algorand.algosdk.kmd.client.JSON
Get Gson.
getHeaders() - Method in class com.algorand.algosdk.kmd.client.ApiResponse
 
getHost() - Method in class com.algorand.algosdk.v2.client.common.Client
 
getHttpClient() - Method in class com.algorand.algosdk.kmd.client.ApiClient
Get HTTP client
getHttpUrl(QueryData, int, String) - Static method in class com.algorand.algosdk.v2.client.common.Client
 
getId() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
Get id
getJSON() - Method in class com.algorand.algosdk.kmd.client.ApiClient
Get JSON
getKeyManagers() - Method in class com.algorand.algosdk.kmd.client.ApiClient
 
GetLedgerStateDelta - Class in com.algorand.algosdk.v2.client.algod
Get ledger deltas for a round.
GetLedgerStateDelta(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.GetLedgerStateDelta
 
GetLedgerStateDelta(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get ledger deltas for a round.
GetLedgerStateDeltaForTransactionGroup - Class in com.algorand.algosdk.v2.client.algod
Get a ledger delta for a given transaction group.
GetLedgerStateDeltaForTransactionGroup(Client, String) - Constructor for class com.algorand.algosdk.v2.client.algod.GetLedgerStateDeltaForTransactionGroup
 
GetLedgerStateDeltaForTransactionGroup(String) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get a ledger delta for a given transaction group.
getLengthEncoded(byte[]) - Static method in class com.algorand.algosdk.abi.ABIType
Take the first 2 bytes in the byte array (consider the byte array to be an encoding for ABI dynamic typed value)
GetLightBlockHeaderProof - Class in com.algorand.algosdk.v2.client.algod
Gets a proof for a given light block header inside a state proof commitment /v2/blocks/{round}/lightheader/proof
GetLightBlockHeaderProof(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.GetLightBlockHeaderProof
 
GetLightBlockHeaderProof(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Gets a proof for a given light block header inside a state proof commitment /v2/blocks/{round}/lightheader/proof
getLineForPc(Integer) - Method in class com.algorand.algosdk.logic.SourceMap
Returns the Integer line number for the passed PC or null if not found
getLocation() - Method in class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
 
getMasterDerivationKey() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
Get masterDerivationKey
getMasterDerivationKey() - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
Get masterDerivationKey
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEKeyResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEMultisigResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletReleaseResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
Get message
getMessage() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
Get message
getMethodByIndex(int) - Method in class com.algorand.algosdk.abi.Contract
 
getMethodByIndex(int) - Method in class com.algorand.algosdk.abi.Interface
 
getMethodByName(String) - Method in class com.algorand.algosdk.abi.Contract
 
getMethodByName(String) - Method in class com.algorand.algosdk.abi.Interface
 
getMethodByName(List<Method>, String) - Static method in class com.algorand.algosdk.abi.Method
 
getMultisig() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
Get multisig
getMultisigVersion() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
Get multisigVersion
getMultisigVersion() - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
Get multisigVersion
getName() - Method in class com.algorand.algosdk.abi.Contract
 
getName() - Method in class com.algorand.algosdk.abi.Interface
 
getName() - Method in class com.algorand.algosdk.kmd.client.lib.Pair
 
getName() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
Get name
getName() - Method in class com.algorand.algosdk.transaction.AppBoxReference
 
getName() - Method in class com.algorand.algosdk.transaction.Transaction.BoxReference
 
getNetworkInfo(String) - Method in class com.algorand.algosdk.abi.Contract
 
getParamName() - Method in class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
 
getPartialMultisig() - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
Get partialMultisig
getPassword() - Method in class com.algorand.algosdk.kmd.client.auth.HttpBasicAuth
 
getPcsForLine(Integer) - Method in class com.algorand.algosdk.logic.SourceMap
Returns the List of PCs for the passed line number
GetPendingTransactions - Class in com.algorand.algosdk.v2.client.algod
Get the list of pending transactions, sorted by priority, in decreasing order, truncated at the end at MAX.
GetPendingTransactions(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.GetPendingTransactions
 
GetPendingTransactions() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get the list of pending transactions, sorted by priority, in decreasing order, truncated at the end at MAX.
GetPendingTransactionsByAddress - Class in com.algorand.algosdk.v2.client.algod
Get the list of pending transactions by address, sorted by priority, in decreasing order, truncated at the end at MAX.
GetPendingTransactionsByAddress(Client, Address) - Constructor for class com.algorand.algosdk.v2.client.algod.GetPendingTransactionsByAddress
 
GetPendingTransactionsByAddress(Address) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get the list of pending transactions by address, sorted by priority, in decreasing order, truncated at the end at MAX.
getPks() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
Get pks
getPks() - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
Get pks
getPort() - Method in class com.algorand.algosdk.v2.client.common.Client
 
getPrivateKey() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
Get privateKey
getPrivateKey() - Method in class com.algorand.algosdk.kmd.client.model.ImportKeyRequest
Get privateKey
getPublicKey() - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
Get publicKey
getReadTimeout() - Method in class com.algorand.algosdk.kmd.client.ApiClient
Get read timeout (in milliseconds).
GetReady - Class in com.algorand.algosdk.v2.client.algod
Returns OK if healthy and fully caught up.
GetReady(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.GetReady
 
GetReady() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Returns OK if healthy and fully caught up.
getRequestMethod() - Method in class com.algorand.algosdk.v2.client.common.Query
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.AccountApplicationInformation
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.AccountAssetInformation
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.AccountInformation
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetApplicationBoxByName
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetApplicationBoxes
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetApplicationByID
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetAssetByID
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetBlock
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetBlockHash
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetBlockTimeStampOffset
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetBlockTxids
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetGenesis
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetLedgerStateDelta
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetLedgerStateDeltaForTransactionGroup
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetLightBlockHeaderProof
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetPendingTransactions
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetPendingTransactionsByAddress
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetReady
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetStateProof
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetStatus
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetSupply
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetSyncRound
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetTransactionGroupLedgerStateDeltasForRound
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetTransactionProof
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.GetVersion
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.HealthCheck
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.Metrics
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.PendingTransactionInformation
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.RawTransaction
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.SetBlockTimeStampOffset
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.SetSyncRound
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.SimulateTransaction
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.SwaggerJSON
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.TealCompile
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.TealDisassemble
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.TealDryrun
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.TransactionParams
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.UnsetSyncRound
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.algod.WaitForBlock
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.common.Query
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAppLocalStates
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAssets
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountByID
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedApplications
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedAssets
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationBoxByIDAndName
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationByID
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationLogsByID
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetBalances
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetByID
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupBlock
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.LookupTransaction
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.MakeHealthCheck
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplicationBoxes
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplications
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAssets
 
getRequestString() - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
 
getRequestUrl() - Method in class com.algorand.algosdk.v2.client.common.Query
 
getRequestUrl(int, String) - Method in class com.algorand.algosdk.v2.client.common.Query
 
getResponseBody() - Method in exception com.algorand.algosdk.kmd.client.ApiException
Get the HTTP response body.
getResponseHeaders() - Method in exception com.algorand.algosdk.kmd.client.ApiException
Get the HTTP response headers.
getSelector() - Method in class com.algorand.algosdk.abi.Method
 
getSignature() - Method in class com.algorand.algosdk.abi.Method
 
getSignedTransaction() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
Get signedTransaction
getSslCaCert() - Method in class com.algorand.algosdk.kmd.client.ApiClient
Get SSL CA cert.
GetStateProof - Class in com.algorand.algosdk.v2.client.algod
Get a state proof that covers a given round /v2/stateproofs/{round}
GetStateProof(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.GetStateProof
 
GetStateProof(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get a state proof that covers a given round /v2/stateproofs/{round}
getStatus() - Method in class com.algorand.algosdk.transaction.AtomicTransactionComposer
Get the status of this composer's transaction group.
GetStatus - Class in com.algorand.algosdk.v2.client.algod
Gets the current node status.
GetStatus(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.GetStatus
 
GetStatus() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Gets the current node status.
getStatusCode() - Method in class com.algorand.algosdk.kmd.client.ApiResponse
 
GetSupply - Class in com.algorand.algosdk.v2.client.algod
Get the current supply reported by the ledger.
GetSupply(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.GetSupply
 
GetSupply() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get the current supply reported by the ledger.
getSupportedTxs() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
Get supportedTxs
GetSyncRound - Class in com.algorand.algosdk.v2.client.algod
Gets the minimum sync round for the ledger.
GetSyncRound(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.GetSyncRound
 
GetSyncRound() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Gets the minimum sync round for the ledger.
GetSyncRoundResponse - Class in com.algorand.algosdk.v2.client.model
Response containing the ledger's minimum sync round
GetSyncRoundResponse() - Constructor for class com.algorand.algosdk.v2.client.model.GetSyncRoundResponse
 
getTempFolderPath() - Method in class com.algorand.algosdk.kmd.client.ApiClient
The path of temporary folder used to store downloaded files from endpoints with file response.
getThreshold() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
Get threshold
getThreshold() - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
Get threshold
getTransaction() - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
Get transaction
getTransaction() - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
Get transaction
GetTransactionGroupLedgerStateDeltasForRound - Class in com.algorand.algosdk.v2.client.algod
Get ledger deltas for transaction groups in a given round.
GetTransactionGroupLedgerStateDeltasForRound(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.GetTransactionGroupLedgerStateDeltasForRound
 
GetTransactionGroupLedgerStateDeltasForRound(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get ledger deltas for transaction groups in a given round.
GetTransactionProof - Class in com.algorand.algosdk.v2.client.algod
Get a proof for a transaction in a block.
GetTransactionProof(Client, Long, String) - Constructor for class com.algorand.algosdk.v2.client.algod.GetTransactionProof
 
GetTransactionProof(Long, String) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get a proof for a transaction in a block.
getTransactionSigner() - Method in class com.algorand.algosdk.account.Account
 
getTransactionSigner() - Method in class com.algorand.algosdk.account.LogicSigAccount
 
getTransactionSigner(byte[][]) - Method in class com.algorand.algosdk.crypto.MultisigAddress
 
getTxIDs() - Method in class com.algorand.algosdk.transaction.AtomicTransactionComposer
 
getTxnCallCount() - Method in class com.algorand.algosdk.abi.Method
 
getUsername() - Method in class com.algorand.algosdk.kmd.client.auth.HttpBasicAuth
 
getValue() - Method in class com.algorand.algosdk.kmd.client.lib.Pair
 
getVersion() - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Retrieves the current version
GetVersion - Class in com.algorand.algosdk.v2.client.algod
Retrieves the supported API versions, binary build versions, and genesis information.
GetVersion(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.GetVersion
 
GetVersion() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Retrieves the supported API versions, binary build versions, and genesis information.
getVersionAsync(ApiCallback<VersionsResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
(asynchronously) Retrieves the current version
getVersionCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for getVersion
getVersions() - Method in class com.algorand.algosdk.kmd.client.model.VersionsResponse
Get versions
getVersionWithHttpInfo() - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Retrieves the current version
getWallet() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
Get wallet
getWallet() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
Get wallet
getWallet() - Method in class com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
Get wallet
getWalletDriverName() - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
Get walletDriverName
getWalletHandle() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
Get walletHandle
getWalletHandle() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
Get walletHandle
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.ExportMasterKeyRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.ExportMultisigRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.GenerateKeyRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.ImportKeyRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.ListKeysRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.ListMultisigRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.ReleaseWalletHandleTokenRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.RenewWalletHandleTokenRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
Get walletHandleToken
getWalletHandleToken() - Method in class com.algorand.algosdk.kmd.client.model.WalletInfoRequest
Get walletHandleToken
getWalletId() - Method in class com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
Get walletId
getWalletId() - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
Get walletId
getWalletInfo(WalletInfoRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Get wallet info Returns information about the wallet associated with the passed wallet handle token.
getWalletInfoAsync(WalletInfoRequest, ApiCallback<APIV1POSTWalletInfoResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Get wallet info (asynchronously) Returns information about the wallet associated with the passed wallet handle token.
getWalletInfoCall(WalletInfoRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for getWalletInfo
getWalletInfoWithHttpInfo(WalletInfoRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Get wallet info Returns information about the wallet associated with the passed wallet handle token.
getWalletName() - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
Get walletName
getWalletName() - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
Get walletName
getWalletPassword() - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
Get walletPassword
getWalletPassword() - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
Get walletPassword
getWalletPassword() - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
Get walletPassword
getWalletPassword() - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
Get walletPassword
getWalletPassword() - Method in class com.algorand.algosdk.kmd.client.model.ExportMasterKeyRequest
Get walletPassword
getWalletPassword() - Method in class com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
Get walletPassword
getWalletPassword() - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
Get walletPassword
getWalletPassword() - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
Get walletPassword
getWalletPassword() - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
Get walletPassword
getWallets() - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
Get wallets
getWriteTimeout() - Method in class com.algorand.algosdk.kmd.client.ApiClient
Get write timeout (in milliseconds).
globalDelta - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
Application state delta.
globalState - Variable in class com.algorand.algosdk.v2.client.model.ApplicationParams
[\gs) global schema
globalStateDelta - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
Global state key/value changes for the application being executed by this transaction.
globalStateDelta - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(gd) Global state key/value changes for the application being executed by this transaction.
globalStateSchema - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
globalStateSchema - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
globalStateSchema - Variable in class com.algorand.algosdk.transaction.Transaction
 
globalStateSchema - Variable in class com.algorand.algosdk.v2.client.model.ApplicationParams
[\gsch) global schema
globalStateSchema - Variable in class com.algorand.algosdk.v2.client.model.TransactionApplication
Represents a (apls) local-state or (apgs) global-state schema.
globalStateSchema(StateSchema) - Method in class com.algorand.algosdk.builder.transaction.ApplicationCreateTransactionBuilder
 
globalStateSchema(StateSchema) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
globalStateSchema(StateSchema) - Method in interface com.algorand.algosdk.builder.transaction.StateSchemaSetter
GlobalStateSchema sets limits on the number of strings and integers that may be stored in the GlobalState.
group - Variable in class com.algorand.algosdk.builder.transaction.TransactionBuilder
 
group - Variable in class com.algorand.algosdk.transaction.Transaction
 
group - Variable in class com.algorand.algosdk.v2.client.model.Transaction
 
group() - Method in class com.algorand.algosdk.v2.client.model.Transaction
 
group(byte[]) - Method in class com.algorand.algosdk.builder.transaction.TransactionBuilder
Set the group field as a raw byte array representation.
group(Digest) - Method in class com.algorand.algosdk.builder.transaction.TransactionBuilder
Set the group field.
group(String) - Method in class com.algorand.algosdk.v2.client.model.Transaction
(grp) Base64 encoded byte array of a sha512/256 digest.
groupB64(String) - Method in class com.algorand.algosdk.builder.transaction.TransactionBuilder
Set the group field as a base64 encoded string.
groupUTF8(String) - Method in class com.algorand.algosdk.builder.transaction.TransactionBuilder
Set the group field as a UTF-8 encoded string.
guessContentTypeFromFile(File) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Guess Content-Type header from the given file (defaults to "application/octet-stream").

H

handleResponse(Response, Type) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Handle the given response, return the deserialized object when the response is successful.
hash - Variable in class com.algorand.algosdk.v2.client.model.CompileResponse
base32 SHA512_256 of program bytes (Address style)
hashCode() - Method in class com.algorand.algosdk.crypto.MultisigAddress
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEKeyResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEMultisigResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletReleaseResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Request
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1RequestEnvelope
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.ExportMasterKeyRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.ExportMultisigRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.GenerateKeyRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.ImportKeyRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.ListKeysRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.ListMultisigRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.ListWalletsRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.ReleaseWalletHandleTokenRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.RenewWalletHandleTokenRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.VersionsRequest
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.VersionsResponse
 
hashCode() - Method in class com.algorand.algosdk.kmd.client.model.WalletInfoRequest
 
hashCode() - Method in class com.algorand.algosdk.transaction.AppBoxReference
 
hashCode() - Method in class com.algorand.algosdk.transaction.Transaction.BoxReference
 
hashFactory - Variable in class com.algorand.algosdk.v2.client.model.MerkleArrayProof
 
HashFactory - Class in com.algorand.algosdk.v2.client.model
 
HashFactory() - Constructor for class com.algorand.algosdk.v2.client.model.HashFactory
 
hashtype - Variable in class com.algorand.algosdk.v2.client.model.TransactionProofResponse
The type of hash function used to create the proof, must be one of: sha512_256 sha256
hashtype(Enums.Hashtype) - Method in class com.algorand.algosdk.v2.client.algod.GetTransactionProof
The type of hash function used to create the proof, must be one of: sha512_256 sha256
hashType - Variable in class com.algorand.algosdk.v2.client.model.HashFactory
(t)
HEAD - Static variable in class com.algorand.algosdk.v2.client.common.HttpMethod
 
headerOnly(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupBlock
Header only flag.
HealthCheck - Class in com.algorand.algosdk.v2.client.algod
Returns OK if healthy.
HealthCheck - Class in com.algorand.algosdk.v2.client.model
A health check response.
HealthCheck() - Constructor for class com.algorand.algosdk.v2.client.model.HealthCheck
 
HealthCheck(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.HealthCheck
 
HealthCheck() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Returns OK if healthy.
host - Variable in class com.algorand.algosdk.v2.client.common.Client
 
HttpBasicAuth - Class in com.algorand.algosdk.kmd.client.auth
 
HttpBasicAuth() - Constructor for class com.algorand.algosdk.kmd.client.auth.HttpBasicAuth
 
HttpMethod - Class in com.algorand.algosdk.v2.client.common
 
HttpMethod(String) - Constructor for class com.algorand.algosdk.v2.client.common.HttpMethod
 

I

id - Variable in class com.algorand.algosdk.v2.client.model.Application
(appidx) application index.
id - Variable in class com.algorand.algosdk.v2.client.model.ApplicationInitialStates
Application index.
id - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLocalState
The application which this local state is for.
id - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Transaction ID
id(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
ids - Variable in class com.algorand.algosdk.v2.client.model.LedgerStateDeltaForTransactionGroup
 
idx - Variable in class com.algorand.algosdk.v2.client.model.TransactionProofResponse
Index of the transaction in the block's payset.
implicit - com.algorand.algosdk.kmd.client.auth.OAuthFlow
 
importKey(ImportKeyRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Import a key Import an externally generated key into the wallet.
importKeyAsync(ImportKeyRequest, ApiCallback<APIV1POSTKeyImportResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Import a key (asynchronously) Import an externally generated key into the wallet.
importKeyCall(ImportKeyRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for importKey
ImportKeyRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTKeyImportRequest is the request for `POST /v1/key/import`
ImportKeyRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.ImportKeyRequest
 
importKeyWithHttpInfo(ImportKeyRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Import a key Import an externally generated key into the wallet.
importMultisig(ImportMultisigRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Import a multisig account Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.
importMultisigAsync(ImportMultisigRequest, ApiCallback<APIV1POSTMultisigImportResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Import a multisig account (asynchronously) Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.
importMultisigCall(ImportMultisigRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for importMultisig
ImportMultisigRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTMultisigImportRequest is the request for `POST /v1/multisig/import`
ImportMultisigRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
importMultisigWithHttpInfo(ImportMultisigRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Import a multisig account Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.
includeAll(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAppLocalStates
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
includeAll(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAssets
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
includeAll(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountByID
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
includeAll(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedApplications
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
includeAll(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedAssets
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
includeAll(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationByID
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
includeAll(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetBalances
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
includeAll(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetByID
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
includeAll(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
includeAll(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplications
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
includeAll(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAssets
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
index - Variable in class com.algorand.algosdk.v2.client.model.Asset
unique asset identifier
index - Variable in class com.algorand.algosdk.v2.client.model.LightBlockHeaderProof
The index of the light block header in the vector commitment tree
IndexerClient - Class in com.algorand.algosdk.v2.client.common
 
IndexerClient(String, int) - Constructor for class com.algorand.algosdk.v2.client.common.IndexerClient
Construct an IndexerClient for communicating with the REST API.
IndexerClient(String, int, String) - Constructor for class com.algorand.algosdk.v2.client.common.IndexerClient
Construct an IndexerClient for communicating with the REST API.
IndexerClient(String, int, String, String) - Constructor for class com.algorand.algosdk.v2.client.common.IndexerClient
Construct an IndexerClient with custom token key for communicating with the REST API.
IndexerStateProofMessage - Class in com.algorand.algosdk.v2.client.model
 
IndexerStateProofMessage() - Constructor for class com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
 
initialStates - Variable in class com.algorand.algosdk.v2.client.model.SimulateResponse
Initial states of resources that were accessed during simulation.
initWalletHandleToken(InitWalletHandleTokenRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Initialize a wallet handle token Unlock the wallet and return a wallet handle token that can be used for subsequent operations.
initWalletHandleTokenAsync(InitWalletHandleTokenRequest, ApiCallback<APIV1POSTWalletInitResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Initialize a wallet handle token (asynchronously) Unlock the wallet and return a wallet handle token that can be used for subsequent operations.
initWalletHandleTokenCall(InitWalletHandleTokenRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for initWalletHandleToken
InitWalletHandleTokenRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletInitRequest is the request for `POST /v1/wallet/init`
InitWalletHandleTokenRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
 
initWalletHandleTokenWithHttpInfo(InitWalletHandleTokenRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Initialize a wallet handle token Unlock the wallet and return a wallet handle token that can be used for subsequent operations.
innerTrace - Variable in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
An array of SimulationTransactionExecTrace representing the execution trace of any inner transactions executed.
innerTxns - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
Inner transactions produced by application execution.
innerTxns - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Inner transactions produced by application execution.
Interface - Class in com.algorand.algosdk.abi
 
Interface(String, String, List<Method>) - Constructor for class com.algorand.algosdk.abi.Interface
 
intraRoundOffset - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Offset into the round where this transaction was confirmed.
isDebugging() - Method in class com.algorand.algosdk.kmd.client.ApiClient
Check that whether debugging is enabled for this API client.
isDelegated() - Method in class com.algorand.algosdk.account.LogicSigAccount
IsDelegated returns true iff.
isDisplayMnemonic() - Method in class com.algorand.algosdk.kmd.client.model.GenerateKeyRequest
Get displayMnemonic
isDynamic() - Method in class com.algorand.algosdk.abi.ABIType
Check if this ABI type is a dynamic type.
isDynamic() - Method in class com.algorand.algosdk.abi.TypeAddress
 
isDynamic() - Method in class com.algorand.algosdk.abi.TypeArrayDynamic
 
isDynamic() - Method in class com.algorand.algosdk.abi.TypeArrayStatic
 
isDynamic() - Method in class com.algorand.algosdk.abi.TypeBool
 
isDynamic() - Method in class com.algorand.algosdk.abi.TypeByte
 
isDynamic() - Method in class com.algorand.algosdk.abi.TypeString
 
isDynamic() - Method in class com.algorand.algosdk.abi.TypeTuple
 
isDynamic() - Method in class com.algorand.algosdk.abi.TypeUfixed
 
isDynamic() - Method in class com.algorand.algosdk.abi.TypeUint
 
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEKeyResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEMultisigResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletReleaseResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
Get error
isError() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
Get error
isFrozen - Variable in class com.algorand.algosdk.v2.client.model.AssetHolding
(f) whether or not the holding is frozen.
isFrozen - Variable in class com.algorand.algosdk.v2.client.model.MiniAssetHolding
 
isJsonMime(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Check if the given MIME is a JSON MIME.
isMigrating - Variable in class com.algorand.algosdk.v2.client.model.HealthCheck
 
isMnemonicUx() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
Get mnemonicUx
isSuccessful() - Method in class com.algorand.algosdk.v2.client.common.Response
 
isVerifyingSsl() - Method in class com.algorand.algosdk.kmd.client.ApiClient
True if isVerifyingSsl flag is on

J

join(String[], String) - Static method in class com.algorand.algosdk.kmd.client.StringUtil
Join an array of strings with the given separator.
JSON - Class in com.algorand.algosdk.kmd.client
 
JSON() - Constructor for class com.algorand.algosdk.kmd.client.JSON
 
JSON.ByteArrayAdapter - Class in com.algorand.algosdk.kmd.client
Gson TypeAdapter for Byte Array type
JSON.DateTypeAdapter - Class in com.algorand.algosdk.kmd.client
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
JSON.LocalDateTypeAdapter - Class in com.algorand.algosdk.kmd.client
Gson TypeAdapter for JSR310 LocalDate type
JSON.OffsetDateTimeTypeAdapter - Class in com.algorand.algosdk.kmd.client
Gson TypeAdapter for JSR310 OffsetDateTime type
JSON.SqlDateTypeAdapter - Class in com.algorand.algosdk.kmd.client
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).
jsonReader - Static variable in class com.algorand.algosdk.v2.client.common.Utils
 
jsonWriter - Static variable in class com.algorand.algosdk.v2.client.common.Utils
 

K

key - Variable in class com.algorand.algosdk.crypto.MultisigSignature.MultisigSubsig
 
key - Variable in class com.algorand.algosdk.v2.client.model.ApplicationStateOperation
 
key - Variable in class com.algorand.algosdk.v2.client.model.AvmKeyValue
 
key - Variable in class com.algorand.algosdk.v2.client.model.EvalDeltaKeyValue
 
key - Variable in class com.algorand.algosdk.v2.client.model.KvDelta
 
key - Variable in class com.algorand.algosdk.v2.client.model.TealKeyValue
 
key() - Method in class com.algorand.algosdk.v2.client.model.ApplicationStateOperation
 
key() - Method in class com.algorand.algosdk.v2.client.model.AvmKeyValue
 
key() - Method in class com.algorand.algosdk.v2.client.model.KvDelta
 
key(String) - Method in class com.algorand.algosdk.v2.client.model.ApplicationStateOperation
The key (name) of the global/local/box state.
key(String) - Method in class com.algorand.algosdk.v2.client.model.AvmKeyValue
 
key(String) - Method in class com.algorand.algosdk.v2.client.model.KvDelta
The key, base64 encoded.
KEY_LEN_BYTES - Static variable in class com.algorand.algosdk.crypto.Ed25519PublicKey
 
keyLifetime - Variable in class com.algorand.algosdk.v2.client.model.StateProofVerifier
(lf) Key lifetime.
KEYREG - com.algorand.algosdk.v2.client.model.Enums.TxType
 
KeyRegistration - com.algorand.algosdk.transaction.Transaction.Type
 
KeyRegistrationTransactionBuilder<T extends KeyRegistrationTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
Build a keyreg transaction.
KeyRegistrationTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
 
KeyRegistrationTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
keyregTransaction - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Fields for a keyreg transaction.
keyValue - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLocalState
(tkv) storage.
KmdApi - Class in com.algorand.algosdk.kmd.client.api
 
KmdApi() - Constructor for class com.algorand.algosdk.kmd.client.api.KmdApi
 
KmdApi(ApiClient) - Constructor for class com.algorand.algosdk.kmd.client.api.KmdApi
 
KmdClient - Class in com.algorand.algosdk.kmd.client
 
KmdClient() - Constructor for class com.algorand.algosdk.kmd.client.KmdClient
 
KvDelta - Class in com.algorand.algosdk.v2.client.model
A single Delta containing the key, the previous value and the current value for a single round.
KvDelta() - Constructor for class com.algorand.algosdk.v2.client.model.KvDelta
 
kvs - Variable in class com.algorand.algosdk.v2.client.model.ApplicationKVStorage
Key-Value pairs representing application states.

L

lastAttestedRound - Variable in class com.algorand.algosdk.v2.client.model.StateProofMessage
The last round the message attests to.
lastCatchpoint - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
The last catchpoint seen by the node
lastRound - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
LastRound indicates the last round seen
lastRound - Variable in class com.algorand.algosdk.v2.client.model.SimulateResponse
The round immediately preceding this simulation.
lastRound - Variable in class com.algorand.algosdk.v2.client.model.TransactionParametersResponse
LastRound indicates the last round seen
lastValid - Variable in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
 
lastValid - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
lastValid - Variable in class com.algorand.algosdk.transaction.Transaction
 
lastValid - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(lv) Last valid round for this transaction.
lastValid(Integer) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the lastValid value, which is the last round that this transaction is valid for.
lastValid(Long) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the lastValid value, which is the last round that this transaction is valid for.
lastValid(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the lastValid value, which is the last round that this transaction is valid for.
lastVersion - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
LastVersion indicates the last consensus version supported
latestAttestedRound - Variable in class com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
(l)
latestTimestamp - Variable in class com.algorand.algosdk.v2.client.model.DryrunRequest
LatestTimestamp is available to some TEAL scripts.
lease - Variable in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
 
lease - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
lease - Variable in class com.algorand.algosdk.transaction.Transaction
 
lease - Variable in class com.algorand.algosdk.v2.client.model.Transaction
 
lease() - Method in class com.algorand.algosdk.v2.client.model.Transaction
 
lease(byte[]) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the optional lease field in its raw 32 byte form.
lease(Lease) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the optional lease field.
lease(String) - Method in class com.algorand.algosdk.v2.client.model.Transaction
(lx) Base64 encoded 32-byte array.
Lease - Class in com.algorand.algosdk.transaction
Lease parameter, no transaction may also acquire this lease until lastValid.
Lease() - Constructor for class com.algorand.algosdk.transaction.Lease
Creates a randomly generated lease.
Lease(byte[]) - Constructor for class com.algorand.algosdk.transaction.Lease
Creates a lease from the provided bytes.
Lease(String) - Constructor for class com.algorand.algosdk.transaction.Lease
Creates a lease from a base64 encoded string.
LEASE_LENGTH - Static variable in class com.algorand.algosdk.transaction.Lease
 
leaseB64(String) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the optional lease field using a base 64 encoded string.
leaseUTF8(String) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the optional lease field using a UTF-8 encoded string.
LedgerStateDelta - Class in com.algorand.algosdk.v2.client.model
Contains a ledger delta
LedgerStateDelta() - Constructor for class com.algorand.algosdk.v2.client.model.LedgerStateDelta
 
LedgerStateDeltaForTransactionGroup - Class in com.algorand.algosdk.v2.client.model
Contains a ledger delta for a single transaction group
LedgerStateDeltaForTransactionGroup() - Constructor for class com.algorand.algosdk.v2.client.model.LedgerStateDeltaForTransactionGroup
 
LEN_BYTES - Static variable in class com.algorand.algosdk.crypto.Address
The length of an address.
length - Variable in class com.algorand.algosdk.abi.TypeArrayStatic
 
LightBlockHeaderProof - Class in com.algorand.algosdk.v2.client.model
Proof of membership and position of a light block header.
LightBlockHeaderProof() - Constructor for class com.algorand.algosdk.v2.client.model.LightBlockHeaderProof
 
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAppLocalStates
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAssets
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedApplications
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedAssets
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationLogsByID
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetBalances
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplicationBoxes
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplications
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAssets
Maximum number of results to return.
limit(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Maximum number of results to return.
line - Variable in class com.algorand.algosdk.v2.client.model.DryrunState
Line number
lineToPc - Variable in class com.algorand.algosdk.logic.SourceMap
 
listKeysInWallet(ListKeysRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
List keys in wallet Lists all of the public keys in this wallet.
listKeysInWalletAsync(ListKeysRequest, ApiCallback<APIV1POSTKeyListResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
List keys in wallet (asynchronously) Lists all of the public keys in this wallet.
listKeysInWalletCall(ListKeysRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for listKeysInWallet
listKeysInWalletWithHttpInfo(ListKeysRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
List keys in wallet Lists all of the public keys in this wallet.
ListKeysRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTKeyListRequest is the request for `POST /v1/key/list`
ListKeysRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.ListKeysRequest
 
listMultisig(ListMultisigRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
List multisig accounts Lists all of the multisig accounts whose preimages this wallet stores
listMultisigAsync(ListMultisigRequest, ApiCallback<APIV1POSTMultisigListResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
List multisig accounts (asynchronously) Lists all of the multisig accounts whose preimages this wallet stores
listMultisigCall(ListMultisigRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for listMultisig
ListMultisigRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTMultisigListRequest is the request for `POST /v1/multisig/list`
ListMultisigRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.ListMultisigRequest
 
listMultisigWithHttpInfo(ListMultisigRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
List multisig accounts Lists all of the multisig accounts whose preimages this wallet stores
listWallets() - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
List wallets Lists all of the wallets that kmd is aware of.
listWalletsAsync(ApiCallback<APIV1GETWalletsResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
List wallets (asynchronously) Lists all of the wallets that kmd is aware of.
listWalletsCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for listWallets
ListWalletsRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1GETWalletsRequest is the request for `GET /v1/wallets`
ListWalletsRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.ListWalletsRequest
 
listWalletsWithHttpInfo() - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
List wallets Lists all of the wallets that kmd is aware of.
lnProvenWeight - Variable in class com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
(P)
lnProvenWeight - Variable in class com.algorand.algosdk.v2.client.model.StateProofMessage
An integer value representing the natural log of the proven weight with 16 bits of precision.
LocalDateTypeAdapter() - Constructor for class com.algorand.algosdk.kmd.client.JSON.LocalDateTypeAdapter
 
LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class com.algorand.algosdk.kmd.client.JSON.LocalDateTypeAdapter
 
localDeltas - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
 
localStateDelta - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
Local state key/value changes for the application being executed by this transaction.
localStateDelta - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(ld) Local state key/value changes for the application being executed by this transaction.
localStateSchema - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
localStateSchema - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
localStateSchema - Variable in class com.algorand.algosdk.transaction.Transaction
 
localStateSchema - Variable in class com.algorand.algosdk.v2.client.model.ApplicationParams
[\lsch) local schema
localStateSchema - Variable in class com.algorand.algosdk.v2.client.model.TransactionApplication
Represents a (apls) local-state or (apgs) global-state schema.
localStateSchema(StateSchema) - Method in class com.algorand.algosdk.builder.transaction.ApplicationCreateTransactionBuilder
 
localStateSchema(StateSchema) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
localStateSchema(StateSchema) - Method in interface com.algorand.algosdk.builder.transaction.StateSchemaSetter
LocalStateSchema sets limits on the number of strings and integers that may be stored in an account's LocalState.
logData - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLogsResponse
 
logic - Variable in class com.algorand.algosdk.crypto.LogicsigSignature
 
logic - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
 
logic() - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
 
logic(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
(l) Program signed by a signature or multi signature, or hashed to be the address of ana ccount.
logicsig - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignature
(lsig) Programatic transaction signature.
LogicSigAccount - Class in com.algorand.algosdk.account
 
LogicSigAccount(byte[], List<byte[]>) - Constructor for class com.algorand.algosdk.account.LogicSigAccount
Creates a new escrow LogicSig Account The address of the account is the hash of its program (logic)
LogicSigAccount(byte[], List<byte[]>, PrivateKey) - Constructor for class com.algorand.algosdk.account.LogicSigAccount
Creates a new delegated LogicSigAccount.
LogicSigAccount(byte[], List<byte[]>, PrivateKey, MultisigAddress) - Constructor for class com.algorand.algosdk.account.LogicSigAccount
Creates a new delegated LogicSigAccount.
LogicSigAccount(LogicsigSignature, Ed25519PublicKey) - Constructor for class com.algorand.algosdk.account.LogicSigAccount
Creates a new delegated LogicSigAccount from existing LogicSig
logicSigBudgetConsumed - Variable in class com.algorand.algosdk.v2.client.model.SimulateTransactionResult
Budget used during execution of a logic sig transaction.
logicSigDisassembly - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
Disassembled lsig program line by line.
logicSigHash - Variable in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
 
logicSigHash() - Method in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
 
logicSigHash(String) - Method in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
SHA512_256 hash digest of the logic sig executed in transaction.
logicSigMessages - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
 
LogicsigSignature - Class in com.algorand.algosdk.crypto
Serializable logicsig class.
LogicsigSignature() - Constructor for class com.algorand.algosdk.crypto.LogicsigSignature
Uninitialized object used for serializer to ignore default values.
LogicsigSignature(byte[]) - Constructor for class com.algorand.algosdk.crypto.LogicsigSignature
Unsigned logicsig object.
LogicsigSignature(byte[], List<byte[]>) - Constructor for class com.algorand.algosdk.crypto.LogicsigSignature
Unsigned logicsig object, and its arguments.
LogicsigSignature(byte[], List<byte[]>, byte[], MultisigSignature) - Constructor for class com.algorand.algosdk.crypto.LogicsigSignature
 
logicSigTrace - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
 
logicSigTrace - Variable in class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
Program trace that contains a trace of opcode effects in a logic sig.
logs - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLogData
(lg) Logs for the application being executed by the transaction.
logs - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
 
logs - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
Logs for the application being executed by this transaction.
logs - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(lg) Logs for the application being executed by this transaction.
logs() - Method in class com.algorand.algosdk.v2.client.model.ApplicationLogData
 
logs() - Method in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
 
logs() - Method in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
 
logs() - Method in class com.algorand.algosdk.v2.client.model.Transaction
 
logs(List<String>) - Method in class com.algorand.algosdk.v2.client.model.ApplicationLogData
 
logs(List<String>) - Method in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
 
logs(List<String>) - Method in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
 
logs(List<String>) - Method in class com.algorand.algosdk.v2.client.model.Transaction
 
lookupAccountAppLocalStates(Address) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup an account's asset holdings, optionally for a specific ID.
LookupAccountAppLocalStates - Class in com.algorand.algosdk.v2.client.indexer
Lookup an account's asset holdings, optionally for a specific ID.
LookupAccountAppLocalStates(Client, Address) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupAccountAppLocalStates
 
lookupAccountAssets(Address) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup an account's asset holdings, optionally for a specific ID.
LookupAccountAssets - Class in com.algorand.algosdk.v2.client.indexer
Lookup an account's asset holdings, optionally for a specific ID.
LookupAccountAssets(Client, Address) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupAccountAssets
 
lookupAccountByID(Address) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup account information.
LookupAccountByID - Class in com.algorand.algosdk.v2.client.indexer
Lookup account information.
LookupAccountByID(Client, Address) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupAccountByID
 
lookupAccountCreatedApplications(Address) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup an account's created application parameters, optionally for a specific ID.
LookupAccountCreatedApplications - Class in com.algorand.algosdk.v2.client.indexer
Lookup an account's created application parameters, optionally for a specific ID.
LookupAccountCreatedApplications(Client, Address) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedApplications
 
lookupAccountCreatedAssets(Address) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup an account's created asset parameters, optionally for a specific ID.
LookupAccountCreatedAssets - Class in com.algorand.algosdk.v2.client.indexer
Lookup an account's created asset parameters, optionally for a specific ID.
LookupAccountCreatedAssets(Client, Address) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedAssets
 
lookupAccountTransactions(Address) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup account transactions.
LookupAccountTransactions - Class in com.algorand.algosdk.v2.client.indexer
Lookup account transactions.
LookupAccountTransactions(Client, Address) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
 
lookupApplicationBoxByIDAndName(Long) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Given an application ID and box name, returns base64 encoded box name and value.
LookupApplicationBoxByIDAndName - Class in com.algorand.algosdk.v2.client.indexer
Given an application ID and box name, returns base64 encoded box name and value.
LookupApplicationBoxByIDAndName(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupApplicationBoxByIDAndName
 
lookupApplicationByID(Long) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup application.
LookupApplicationByID - Class in com.algorand.algosdk.v2.client.indexer
Lookup application.
LookupApplicationByID(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupApplicationByID
 
lookupApplicationLogsByID(Long) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup application logs.
LookupApplicationLogsByID - Class in com.algorand.algosdk.v2.client.indexer
Lookup application logs.
LookupApplicationLogsByID(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupApplicationLogsByID
 
lookupAssetBalances(Long) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup the list of accounts who hold this asset /v2/assets/{asset-id}/balances
LookupAssetBalances - Class in com.algorand.algosdk.v2.client.indexer
Lookup the list of accounts who hold this asset /v2/assets/{asset-id}/balances
LookupAssetBalances(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupAssetBalances
 
lookupAssetByID(Long) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup asset information.
LookupAssetByID - Class in com.algorand.algosdk.v2.client.indexer
Lookup asset information.
LookupAssetByID(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupAssetByID
 
lookupAssetTransactions(Long) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup transactions for an asset.
LookupAssetTransactions - Class in com.algorand.algosdk.v2.client.indexer
Lookup transactions for an asset.
LookupAssetTransactions(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
 
lookupBlock(Long) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup block.
LookupBlock - Class in com.algorand.algosdk.v2.client.indexer
Lookup block.
LookupBlock(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupBlock
 
lookupParams(AlgodClient) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Query the V2 REST API with AlgodClient for Transaction Parameters: Initialize fee, genesisID, genesisHash, firstValid, lastValid using TransactionParametersResponse if not already set.
lookupTransaction(String) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Lookup a single transaction.
LookupTransaction - Class in com.algorand.algosdk.v2.client.indexer
Lookup a single transaction.
LookupTransaction(Client, String) - Constructor for class com.algorand.algosdk.v2.client.indexer.LookupTransaction
 
lowerSigWeight - Variable in class com.algorand.algosdk.v2.client.model.StateProofSigSlot
(l) The total weight of signatures in the lower-numbered slots.
lsig - Variable in class com.algorand.algosdk.account.LogicSigAccount
 
lSig - Variable in class com.algorand.algosdk.transaction.SignedTransaction
 
LSIG - com.algorand.algosdk.v2.client.model.Enums.SigType
 
lsigTrace(DryrunTxnResult) - Static method in class com.algorand.algosdk.v2.client.Utils
 
lsigTrace(DryrunTxnResult, Utils.StackPrinterConfig) - Static method in class com.algorand.algosdk.v2.client.Utils
 

M

major - Variable in class com.algorand.algosdk.v2.client.model.BuildVersion
 
makeHealthCheck() - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Returns 200 if healthy.
MakeHealthCheck - Class in com.algorand.algosdk.v2.client.indexer
Returns 200 if healthy.
MakeHealthCheck(Client) - Constructor for class com.algorand.algosdk.v2.client.indexer.MakeHealthCheck
 
manager - Variable in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
manager - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
(m) Address of account used to manage the keys of this asset and to destroy it.
manager(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the manager account in the raw 32 byte format.
manager(Address) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the manager account.
manager(String) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the manager account in the human-readable address format.
mappings - Variable in class com.algorand.algosdk.logic.SourceMap
 
masterDerivationKey(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
 
masterDerivationKey(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
max(Long) - Method in class com.algorand.algosdk.v2.client.algod.GetApplicationBoxes
Max number of box names to return.
max(Long) - Method in class com.algorand.algosdk.v2.client.algod.GetPendingTransactions
Truncated number of transactions to display.
max(Long) - Method in class com.algorand.algosdk.v2.client.algod.GetPendingTransactionsByAddress
Truncated number of transactions to display.
MAX_GROUP_SIZE - Static variable in class com.algorand.algosdk.transaction.AtomicTransactionComposer
 
MAX_TX_GROUP_SIZE - Static variable in class com.algorand.algosdk.transaction.TxGroup
 
MAX_UINT64 - Static variable in class com.algorand.algosdk.util.Encoder
The maximum value that a uint64 can contain.
maxLogCalls - Variable in class com.algorand.algosdk.v2.client.model.SimulationEvalOverrides
The maximum log calls one can make during simulation
maxLogSize - Variable in class com.algorand.algosdk.v2.client.model.SimulationEvalOverrides
The maximum byte number to log during simulation
maxPrice - Variable in class com.algorand.algosdk.auction.Bid
 
maxRound(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Include results at or before the specified max-round.
maxRound(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationLogsByID
Include results at or before the specified max-round.
maxRound(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Include results at or before the specified max-round.
maxRound(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Include results at or before the specified max-round.
maxValueWidth - Variable in class com.algorand.algosdk.v2.client.Utils.StackPrinterConfig
 
mergeMultisigTransactionBytes(byte[]...) - Static method in class com.algorand.algosdk.account.Account
mergeMultisigTransactionBytes is a convenience method for working directly with raw transaction files.
mergeMultisigTransactions(SignedTransaction...) - Static method in class com.algorand.algosdk.account.Account
mergeMultisigTransactions merges the given (partially) signed multisig transactions.
merkleArrayIndex - Variable in class com.algorand.algosdk.v2.client.model.StateProofSignature
 
MerkleArrayProof - Class in com.algorand.algosdk.v2.client.model
 
MerkleArrayProof() - Constructor for class com.algorand.algosdk.v2.client.model.MerkleArrayProof
 
MerkleVerifier - Class in com.algorand.algosdk.crypto
A serializable representation of a state proof key.
MerkleVerifier() - Constructor for class com.algorand.algosdk.crypto.MerkleVerifier
 
MerkleVerifier(byte[]) - Constructor for class com.algorand.algosdk.crypto.MerkleVerifier
 
message - Variable in class com.algorand.algosdk.v2.client.model.ErrorResponse
 
message - Variable in class com.algorand.algosdk.v2.client.model.HealthCheck
 
message - Variable in class com.algorand.algosdk.v2.client.model.StateProof
Represents the message that the state proofs are attesting to.
message - Variable in class com.algorand.algosdk.v2.client.model.TransactionStateProof
(spmsg)
message() - Method in class com.algorand.algosdk.v2.client.common.Response
Returns the status message.
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEKeyResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEMultisigResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletReleaseResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
 
message(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
 
metadataHash - Variable in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
metadataHash - Variable in class com.algorand.algosdk.transaction.AssetParams
 
metadataHash - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
 
metadataHash() - Method in class com.algorand.algosdk.v2.client.model.AssetParams
 
metadataHash(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the metadataHash field.
metadataHash(String) - Method in class com.algorand.algosdk.v2.client.model.AssetParams
(am) A commitment to some unspecified asset metadata.
metadataHashB64(String) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the metadataHash field using a Base64 encoded string.
metadataHashUTF8(String) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the metadataHash field using a UTF-8 encoded string.
method - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
method - Variable in class com.algorand.algosdk.transaction.AtomicTransactionComposer.ReturnValue
 
method - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
method() - Method in class com.algorand.algosdk.v2.client.common.HttpMethod
 
method(Method) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
Specify the ABI method that this method call transaction will invoke.
Method - Class in com.algorand.algosdk.abi
 
Method(Method) - Constructor for class com.algorand.algosdk.abi.Method
 
Method(String) - Constructor for class com.algorand.algosdk.abi.Method
 
Method(String, String, List<Method.Arg>, Method.Returns) - Constructor for class com.algorand.algosdk.abi.Method
 
Method.Arg - Class in com.algorand.algosdk.abi
 
Method.Returns - Class in com.algorand.algosdk.abi
 
methodArgs - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
methodArgs - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
methodArguments(List<Object>) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
Specify arguments for the ABI method invocation.
MethodCallParams - Class in com.algorand.algosdk.transaction
MethodCallParams is an object that holds all parameters necessary to invoke AtomicTransactionComposer.addMethodCall(MethodCallParams)
MethodCallParams(Long, Method, List<Object>, Address, Transaction.OnCompletion, byte[], byte[], String, Digest, BigInteger, BigInteger, BigInteger, BigInteger, Address, TxnSigner, List<Address>, List<Long>, List<Long>, List<AppBoxReference>, TEALProgram, TEALProgram, StateSchema, StateSchema, Long) - Constructor for class com.algorand.algosdk.transaction.MethodCallParams
 
MethodCallTransactionBuilder<T extends MethodCallTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
 
MethodCallTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
methodResults - Variable in class com.algorand.algosdk.transaction.AtomicTransactionComposer.ExecuteResult
 
methods - Variable in class com.algorand.algosdk.abi.Contract
 
methods - Variable in class com.algorand.algosdk.abi.Interface
 
Metrics - Class in com.algorand.algosdk.v2.client.algod
Return metrics about algod functioning.
Metrics(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.Metrics
 
Metrics() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Return metrics about algod functioning.
MIN_TX_FEE_UALGOS - Static variable in class com.algorand.algosdk.account.Account
 
minFee - Variable in class com.algorand.algosdk.v2.client.model.TransactionParametersResponse
The minimum transaction fee (not per byte) required for the txn to validate for the current network protocol.
MiniAssetHolding - Class in com.algorand.algosdk.v2.client.model
A simplified version of AssetHolding
MiniAssetHolding() - Constructor for class com.algorand.algosdk.v2.client.model.MiniAssetHolding
 
minor - Variable in class com.algorand.algosdk.v2.client.model.BuildVersion
 
minRound(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Include results at or after the specified min-round.
minRound(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationLogsByID
Include results at or after the specified min-round.
minRound(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Include results at or after the specified min-round.
minRound(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Include results at or after the specified min-round.
Mnemonic - Class in com.algorand.algosdk.mnemonic
Provides an easy way to create mnemonics from 32-byte length keys.
Mnemonic() - Constructor for class com.algorand.algosdk.mnemonic.Mnemonic
 
mnemonicUx(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
msgpReader - Static variable in class com.algorand.algosdk.v2.client.common.Utils
 
msgpWriter - Static variable in class com.algorand.algosdk.v2.client.common.Utils
 
msig - Variable in class com.algorand.algosdk.crypto.LogicsigSignature
 
mSig - Variable in class com.algorand.algosdk.auction.SignedBid
 
mSig - Variable in class com.algorand.algosdk.transaction.SignedTransaction
 
MSIG - com.algorand.algosdk.v2.client.model.Enums.SigType
 
multisig - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignature
(msig) structure holding multiple subsignatures.
multisig(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
 
MultisigAddress - Class in com.algorand.algosdk.crypto
MultisigAddress is a convenience class for handling multisignature public identities.
MultisigAddress(int, int, List<Ed25519PublicKey>) - Constructor for class com.algorand.algosdk.crypto.MultisigAddress
 
multisigSignature - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
(msig) structure holding multiple subsignatures.
MultisigSignature - Class in com.algorand.algosdk.crypto
Serializable raw multisig class.
MultisigSignature() - Constructor for class com.algorand.algosdk.crypto.MultisigSignature
 
MultisigSignature(int, int) - Constructor for class com.algorand.algosdk.crypto.MultisigSignature
 
MultisigSignature(int, int, List<MultisigSignature.MultisigSubsig>) - Constructor for class com.algorand.algosdk.crypto.MultisigSignature
create a multisig signature.
MultisigSignature.MultisigSubsig - Class in com.algorand.algosdk.crypto
Serializable multisig sub-signature
MultisigSubsig() - Constructor for class com.algorand.algosdk.crypto.MultisigSignature.MultisigSubsig
 
MultisigSubsig(byte[], byte[]) - Constructor for class com.algorand.algosdk.crypto.MultisigSignature.MultisigSubsig
 
MultisigSubsig(Ed25519PublicKey) - Constructor for class com.algorand.algosdk.crypto.MultisigSignature.MultisigSubsig
 
MultisigSubsig(Ed25519PublicKey, Signature) - Constructor for class com.algorand.algosdk.crypto.MultisigSignature.MultisigSubsig
 
multisigVersion(Integer) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
multisigVersion(Integer) - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 

N

name - Variable in class com.algorand.algosdk.abi.Contract
 
name - Variable in class com.algorand.algosdk.abi.Interface
 
name - Variable in class com.algorand.algosdk.abi.Method.Arg
 
name - Variable in class com.algorand.algosdk.abi.Method
 
name - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
(an) Name of this asset, as supplied by the creator.
name - Variable in class com.algorand.algosdk.v2.client.model.Box
 
name - Variable in class com.algorand.algosdk.v2.client.model.BoxDescriptor
 
name - Variable in class com.algorand.algosdk.v2.client.model.BoxReference
 
name() - Method in class com.algorand.algosdk.v2.client.model.Box
 
name() - Method in class com.algorand.algosdk.v2.client.model.BoxDescriptor
 
name() - Method in class com.algorand.algosdk.v2.client.model.BoxReference
 
name(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
name(String) - Method in class com.algorand.algosdk.v2.client.algod.GetApplicationBoxByName
A box name, in the goal app call arg form 'encoding:value'.
name(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationBoxByIDAndName
A box name in goal-arg form 'encoding:value'.
name(String) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAssets
Filter just assets with the given name.
name(String) - Method in class com.algorand.algosdk.v2.client.model.Box
(name) box name, base64 encoded
name(String) - Method in class com.algorand.algosdk.v2.client.model.BoxDescriptor
Base64 encoded box name
name(String) - Method in class com.algorand.algosdk.v2.client.model.BoxReference
Base64 encoded box name
nameB64 - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
 
nameB64() - Method in class com.algorand.algosdk.v2.client.model.AssetParams
 
nameB64(String) - Method in class com.algorand.algosdk.v2.client.model.AssetParams
Base64 encoded name of this asset, as supplied by the creator.
nameQueryEncoded() - Method in class com.algorand.algosdk.transaction.AppBoxReference
 
names - Variable in class com.algorand.algosdk.logic.SourceMap
 
NetworkInfo(Long) - Constructor for class com.algorand.algosdk.abi.Contract.NetworkInfo
 
networks - Variable in class com.algorand.algosdk.abi.Contract
 
newFreezeStatus - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetFreeze
(afrz) The new freeze status.
newValue - Variable in class com.algorand.algosdk.v2.client.model.ApplicationStateOperation
Represents an AVM value.
newValue - Variable in class com.algorand.algosdk.v2.client.model.ScratchChange
Represents an AVM value.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAppLocalStates
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountAssets
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedApplications
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedAssets
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationLogsByID
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetBalances
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplicationBoxes
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForApplications
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAssets
The next page of results.
next(String) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
The next page of results.
nextBytes(byte[]) - Method in class com.algorand.algosdk.account.Account.FixedSecureRandom
 
nextProtocol - Variable in class com.algorand.algosdk.v2.client.model.BlockUpgradeState
(nextproto) The next proposed protocol version.
nextProtocolApprovals - Variable in class com.algorand.algosdk.v2.client.model.BlockUpgradeState
(nextyes) Number of blocks which approved the protocol upgrade.
nextProtocolSwitchOn - Variable in class com.algorand.algosdk.v2.client.model.BlockUpgradeState
(nextswitch) Round on which the protocol upgrade will take effect.
nextProtocolVoteBefore - Variable in class com.algorand.algosdk.v2.client.model.BlockUpgradeState
(nextbefore) Deadline round for this protocol upgrade (No votes will be consider after this round).
nextRound - Variable in class com.algorand.algosdk.v2.client.model.StateProofTracking
(n) Next round for which we will accept a state proof transaction.
nextToken - Variable in class com.algorand.algosdk.v2.client.model.AccountsResponse
Used for pagination, when making another request provide this token with the next parameter.
nextToken - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLocalStatesResponse
Used for pagination, when making another request provide this token with the next parameter.
nextToken - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLogsResponse
Used for pagination, when making another request provide this token with the next parameter.
nextToken - Variable in class com.algorand.algosdk.v2.client.model.ApplicationsResponse
Used for pagination, when making another request provide this token with the next parameter.
nextToken - Variable in class com.algorand.algosdk.v2.client.model.AssetBalancesResponse
Used for pagination, when making another request provide this token with the next parameter.
nextToken - Variable in class com.algorand.algosdk.v2.client.model.AssetHoldingsResponse
Used for pagination, when making another request provide this token with the next parameter.
nextToken - Variable in class com.algorand.algosdk.v2.client.model.AssetsResponse
Used for pagination, when making another request provide this token with the next parameter.
nextToken - Variable in class com.algorand.algosdk.v2.client.model.BoxesResponse
Used for pagination, when making another request provide this token with the next parameter.
nextToken - Variable in class com.algorand.algosdk.v2.client.model.TransactionsResponse
Used for pagination, when making another request provide this token with the next parameter.
nextVersion - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
NextVersion of consensus protocol to use
nextVersionRound - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
NextVersionRound is the round at which the next consensus version will apply
nextVersionSupported - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
NextVersionSupported indicates whether the next consensus version is supported by this node
NodeStatusResponse - Class in com.algorand.algosdk.v2.client.model
 
NodeStatusResponse() - Constructor for class com.algorand.algosdk.v2.client.model.NodeStatusResponse
 
NONE - com.algorand.algosdk.v2.client.model.Enums.Exclude
 
nonpart - Variable in class com.algorand.algosdk.transaction.Transaction
 
nonparticipation - Variable in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
 
nonparticipation(boolean) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the nonparticipation value.
nonParticipation - Variable in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
(nonpart) Mark the account as participating or non-participating.
NOOP - com.algorand.algosdk.v2.client.model.Enums.OnCompletion
 
NoOpOC - com.algorand.algosdk.transaction.Transaction.OnCompletion
 
note - Variable in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
 
note - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
note - Variable in class com.algorand.algosdk.transaction.Transaction
 
note - Variable in class com.algorand.algosdk.v2.client.model.Transaction
 
note() - Method in class com.algorand.algosdk.v2.client.model.Transaction
 
note(byte[]) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the note field.
note(String) - Method in class com.algorand.algosdk.v2.client.model.Transaction
(note) Free form data.
noteB64(String) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the note field using a Base64 encoded string.
notePrefix(byte[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Specifies a prefix which must be contained in the note field.
notePrefix(byte[]) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Specifies a prefix which must be contained in the note field.
notePrefix(byte[]) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Specifies a prefix which must be contained in the note field.
noteUTF8(String) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the note field using a UTF-8 encoded string.
numByteSlice - Variable in class com.algorand.algosdk.logic.StateSchema
 
numByteSlice - Variable in class com.algorand.algosdk.v2.client.model.ApplicationStateSchema
(nbs) num of byte slices.
numByteSlice - Variable in class com.algorand.algosdk.v2.client.model.StateSchema
Maximum number of TEAL byte slices that may be stored in the key/value store.
numUint - Variable in class com.algorand.algosdk.logic.StateSchema
 
numUint - Variable in class com.algorand.algosdk.v2.client.model.ApplicationStateSchema
(nui) num of uints.
numUint - Variable in class com.algorand.algosdk.v2.client.model.StateSchema
Maximum number of TEAL uints that may be stored in the key/value store.

O

OAuth - Class in com.algorand.algosdk.kmd.client.auth
 
OAuth() - Constructor for class com.algorand.algosdk.kmd.client.auth.OAuth
 
OAuthFlow - Enum in com.algorand.algosdk.kmd.client.auth
 
offset - Variable in class com.algorand.algosdk.v2.client.model.GetBlockTimeStampOffsetResponse
Timestamp offset in seconds.
OffsetDateTimeTypeAdapter() - Constructor for class com.algorand.algosdk.kmd.client.JSON.OffsetDateTimeTypeAdapter
 
OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class com.algorand.algosdk.kmd.client.JSON.OffsetDateTimeTypeAdapter
 
onComplete(Transaction.OnCompletion) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
This is the faux application type used to distinguish different application actions.
onCompletion - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
onCompletion - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
onCompletion - Variable in class com.algorand.algosdk.transaction.Transaction
 
onCompletion - Variable in class com.algorand.algosdk.v2.client.model.TransactionApplication
(apan) defines the what additional actions occur with the transaction.
onCompletion(Transaction.OnCompletion) - Method in class com.algorand.algosdk.builder.transaction.ApplicationBaseTransactionBuilder
This is the faux application type used to distinguish different application actions.
onDownloadProgress(long, long, boolean) - Method in interface com.algorand.algosdk.kmd.client.ApiCallback
This is called when the API downlond processing.
onFailure(ApiException, int, Map<String, List<String>>) - Method in interface com.algorand.algosdk.kmd.client.ApiCallback
This is called when the API call fails.
onlineMoney - Variable in class com.algorand.algosdk.v2.client.model.SupplyResponse
OnlineMoney
onlineTotalWeight - Variable in class com.algorand.algosdk.v2.client.model.StateProofTracking
(t) The total number of microalgos held by the online accounts during the StateProof round.
onRequestProgress(long, long, boolean) - Method in interface com.algorand.algosdk.kmd.client.ProgressRequestBody.ProgressRequestListener
 
onSuccess(T, int, Map<String, List<String>>) - Method in interface com.algorand.algosdk.kmd.client.ApiCallback
This is called when the API call succeeded.
onUploadProgress(long, long, boolean) - Method in interface com.algorand.algosdk.kmd.client.ApiCallback
This is called when the API upload processing.
operation - Variable in class com.algorand.algosdk.v2.client.model.ApplicationStateOperation
Operation type.
optedInAtRound - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLocalState
Round when the account opted into the application.
optedInAtRound - Variable in class com.algorand.algosdk.v2.client.model.AssetHolding
Round during which the account opted into this asset holding.
optedInAtRound - Variable in class com.algorand.algosdk.v2.client.model.MiniAssetHolding
Round during which the account opted into the asset.
optedOutAtRound - Variable in class com.algorand.algosdk.v2.client.model.AssetHolding
Round during which the account opted out of this asset holding.
optedOutAtRound - Variable in class com.algorand.algosdk.v2.client.model.MiniAssetHolding
Round during which the account opted out of the asset.
optIn(boolean) - Method in class com.algorand.algosdk.builder.transaction.ApplicationCreateTransactionBuilder
When creating an application, you have the option of opting in with the same transaction.
OPTIN - com.algorand.algosdk.v2.client.model.Enums.OnCompletion
 
OptInOC - com.algorand.algosdk.transaction.Transaction.OnCompletion
 
OPTIONS - Static variable in class com.algorand.algosdk.v2.client.common.HttpMethod
 

P

Pair - Class in com.algorand.algosdk.kmd.client.lib
 
Pair(String, String) - Constructor for class com.algorand.algosdk.kmd.client.lib.Pair
 
parameterToPair(String, Object) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Formats the specified query parameter to a list containing a single Pair object.
parameterToPairs(String, String, Collection) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Formats the specified collection query parameters to a list of Pair objects.
parameterToString(Object) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Format the given parameter object into string.
params - Variable in class com.algorand.algosdk.v2.client.model.Application
(appparams) application parameters.
params - Variable in class com.algorand.algosdk.v2.client.model.Asset
AssetParams specifies the parameters for an asset.
params - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetConfig
AssetParams specifies the parameters for an asset.
parseDate(String) - Static method in class com.algorand.algosdk.v2.client.common.Utils
Parse the date from String.
parsedType - Variable in class com.algorand.algosdk.abi.Method.Arg
 
parsedType - Variable in class com.algorand.algosdk.abi.Method.Returns
 
parseError - Variable in class com.algorand.algosdk.transaction.AtomicTransactionComposer.ReturnValue
 
parseTupleContent(String) - Static method in class com.algorand.algosdk.abi.ABIType
 
partialMultisig(MultisigSignature) - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
participant - Variable in class com.algorand.algosdk.v2.client.model.StateProofReveal
(p)
participation - Variable in class com.algorand.algosdk.v2.client.model.Account
AccountParticipation describes the parameters used by this account in consensus protocol.
participationPublicKey(byte[]) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set participation public key used in key registration transactions in the raw 32 byte format.
participationPublicKey(ParticipationPublicKey) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set participation public key used in key registration transactions.
ParticipationPublicKey - Class in com.algorand.algosdk.crypto
A serializable class representing a participation key.
ParticipationPublicKey() - Constructor for class com.algorand.algosdk.crypto.ParticipationPublicKey
 
ParticipationPublicKey(byte[]) - Constructor for class com.algorand.algosdk.crypto.ParticipationPublicKey
Create a new participation key.
participationPublicKeyBase64(String) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set participation public key used in key registration transactions as a base64 encoded representation of the raw 32 byte format.
participationUpdates - Variable in class com.algorand.algosdk.v2.client.model.Block
Participation account data that needs to be checked/acted on by the network.
ParticipationUpdates - Class in com.algorand.algosdk.v2.client.model
Participation account data that needs to be checked/acted on by the network.
ParticipationUpdates() - Constructor for class com.algorand.algosdk.v2.client.model.ParticipationUpdates
 
partProofs - Variable in class com.algorand.algosdk.v2.client.model.StateProofFields
(P)
password - com.algorand.algosdk.kmd.client.auth.OAuthFlow
 
PATCH - Static variable in class com.algorand.algosdk.v2.client.common.HttpMethod
 
path - Variable in class com.algorand.algosdk.v2.client.model.MerkleArrayProof
(pth)
path() - Method in class com.algorand.algosdk.v2.client.model.MerkleArrayProof
 
path(List<String>) - Method in class com.algorand.algosdk.v2.client.model.MerkleArrayProof
 
PathResponse - Class in com.algorand.algosdk.v2.client.common
 
PathResponse() - Constructor for class com.algorand.algosdk.v2.client.common.PathResponse
 
pathSegments - Variable in class com.algorand.algosdk.v2.client.common.QueryData
 
PAY - com.algorand.algosdk.v2.client.model.Enums.TxType
 
Payment - com.algorand.algosdk.transaction.Transaction.Type
 
paymentTransaction - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Fields for a payment transaction.
PaymentTransactionBuilder<T extends PaymentTransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
Build a payment transaction.
PaymentTransactionBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
 
PaymentTransactionBuilder() - Static method in class com.algorand.algosdk.transaction.Transaction
pc - Variable in class com.algorand.algosdk.v2.client.model.DryrunState
Program counter
pc - Variable in class com.algorand.algosdk.v2.client.model.SimulationOpcodeTraceUnit
The program counter of the current opcode being evaluated.
pcToLine - Variable in class com.algorand.algosdk.logic.SourceMap
 
pendingRewards - Variable in class com.algorand.algosdk.v2.client.model.Account
amount of MicroAlgos of pending rewards in this account.
PendingTransactionInformation - Class in com.algorand.algosdk.v2.client.algod
Given a transaction ID of a recently submitted transaction, it returns information about it.
PendingTransactionInformation(Client, String) - Constructor for class com.algorand.algosdk.v2.client.algod.PendingTransactionInformation
 
PendingTransactionInformation(String) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Given a transaction ID of a recently submitted transaction, it returns information about it.
PendingTransactionResponse - Class in com.algorand.algosdk.v2.client.model
Details about a pending transaction.
PendingTransactionResponse() - Constructor for class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
 
PendingTransactionsResponse - Class in com.algorand.algosdk.v2.client.model
A potentially truncated list of transactions currently in the node's transaction pool.
PendingTransactionsResponse() - Constructor for class com.algorand.algosdk.v2.client.model.PendingTransactionsResponse
 
pks(List<byte[]>) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
pks(List<Ed25519PublicKey>) - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
poolError - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
Indicates that the transaction was kicked out of this node's transaction pool (and specifies why that happened).
port - Variable in class com.algorand.algosdk.v2.client.common.Client
 
position - Variable in class com.algorand.algosdk.v2.client.model.StateProofReveal
The position in the signature and participants arrays corresponding to this entry.
positionsToReveal - Variable in class com.algorand.algosdk.v2.client.model.StateProofFields
(pr) Sequence of reveal positions.
POST - Static variable in class com.algorand.algosdk.v2.client.common.HttpMethod
 
PostTransactionsResponse - Class in com.algorand.algosdk.v2.client.model
Transaction ID of the submission.
PostTransactionsResponse() - Constructor for class com.algorand.algosdk.v2.client.model.PostTransactionsResponse
 
precision - Variable in class com.algorand.algosdk.abi.TypeUfixed
 
prepareDownloadFile(Response) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Prepare file for download
previousBlockHash - Variable in class com.algorand.algosdk.v2.client.model.Block
 
previousBlockHash() - Method in class com.algorand.algosdk.v2.client.model.Block
 
previousBlockHash(String) - Method in class com.algorand.algosdk.v2.client.model.Block
(prev) Previous block hash.
privateKey(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
 
privateKey(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.ImportKeyRequest
 
processHeaderParams(Map<String, String>, Request.Builder) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Set header parameters to the request builder, including default headers.
ProgressRequestBody - Class in com.algorand.algosdk.kmd.client
 
ProgressRequestBody(RequestBody, ProgressRequestBody.ProgressRequestListener) - Constructor for class com.algorand.algosdk.kmd.client.ProgressRequestBody
 
ProgressRequestBody.ProgressRequestListener - Interface in com.algorand.algosdk.kmd.client
 
ProgressResponseBody - Class in com.algorand.algosdk.kmd.client
 
ProgressResponseBody(ResponseBody, ProgressResponseBody.ProgressListener) - Constructor for class com.algorand.algosdk.kmd.client.ProgressResponseBody
 
ProgressResponseBody.ProgressListener - Interface in com.algorand.algosdk.kmd.client
 
proof - Variable in class com.algorand.algosdk.v2.client.model.LightBlockHeaderProof
 
proof - Variable in class com.algorand.algosdk.v2.client.model.StateProofSignature
 
proof - Variable in class com.algorand.algosdk.v2.client.model.TransactionProofResponse
 
proof() - Method in class com.algorand.algosdk.v2.client.model.LightBlockHeaderProof
 
proof() - Method in class com.algorand.algosdk.v2.client.model.TransactionProofResponse
 
proof(String) - Method in class com.algorand.algosdk.v2.client.model.LightBlockHeaderProof
The encoded proof.
proof(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionProofResponse
Proof of transaction membership.
protocolVersion - Variable in class com.algorand.algosdk.v2.client.model.DryrunRequest
ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in.
protocolVersion - Variable in class com.algorand.algosdk.v2.client.model.DryrunResponse
Protocol version is the protocol version Dryrun was operated under.
publicKey - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisigSubsignature
 
publicKey() - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisigSubsignature
 
publicKey(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
publicKey(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisigSubsignature
(pk)
publicKeys - Variable in class com.algorand.algosdk.crypto.MultisigAddress
 
PUT - Static variable in class com.algorand.algosdk.v2.client.common.HttpMethod
 

Q

qd - Variable in class com.algorand.algosdk.v2.client.common.Query
 
queries - Variable in class com.algorand.algosdk.v2.client.common.QueryData
 
Query - Class in com.algorand.algosdk.v2.client.common
 
Query(Client, HttpMethod) - Constructor for class com.algorand.algosdk.v2.client.common.Query
 
QueryData - Class in com.algorand.algosdk.v2.client.common
 
QueryData() - Constructor for class com.algorand.algosdk.v2.client.common.QueryData
 

R

RAW - Static variable in class com.algorand.algosdk.mnemonic.Wordlist
 
RawTransaction - Class in com.algorand.algosdk.v2.client.algod
Broadcasts a raw transaction or transaction group to the network.
RawTransaction(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.RawTransaction
 
RawTransaction() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Broadcasts a raw transaction or transaction group to the network.
rawTxID() - Method in class com.algorand.algosdk.transaction.Transaction
Return transaction ID as Digest
rawtxn(byte[]) - Method in class com.algorand.algosdk.v2.client.algod.RawTransaction
The byte encoded signed transaction to broadcast to network
rawValue - Variable in class com.algorand.algosdk.transaction.AtomicTransactionComposer.ReturnValue
 
read(JsonReader) - Method in class com.algorand.algosdk.kmd.client.JSON.ByteArrayAdapter
 
read(JsonReader) - Method in class com.algorand.algosdk.kmd.client.JSON.DateTypeAdapter
 
read(JsonReader) - Method in class com.algorand.algosdk.kmd.client.JSON.LocalDateTypeAdapter
 
read(JsonReader) - Method in class com.algorand.algosdk.kmd.client.JSON.OffsetDateTimeTypeAdapter
 
read(JsonReader) - Method in class com.algorand.algosdk.kmd.client.JSON.SqlDateTypeAdapter
 
receiver - Variable in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
 
receiver - Variable in class com.algorand.algosdk.transaction.Transaction
 
receiver - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetTransfer
(arcv) Recipient address of the transfer.
receiver - Variable in class com.algorand.algosdk.v2.client.model.TransactionPayment
(rcv) receiver's address.
receiver(byte[]) - Method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
Set the receiver of the payment in the raw 32 byte format.
receiver(Address) - Method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
Set the receiver of the payment.
receiver(String) - Method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
Set the receiver of the payment in the human-readable address format.
RECEIVER - com.algorand.algosdk.v2.client.model.Enums.AddressRole
 
receiverRewards - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
Rewards in microalgos applied to the receiver account.
receiverRewards - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(rr) rewards applied to receiver account.
RefArgTypes - Static variable in class com.algorand.algosdk.abi.Method
 
RefTypeAccount - Static variable in class com.algorand.algosdk.abi.Method
 
RefTypeApplication - Static variable in class com.algorand.algosdk.abi.Method
 
RefTypeAsset - Static variable in class com.algorand.algosdk.abi.Method
 
rekey(byte[]) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Rekey to the account in the raw 32 byte format.
rekey(Address) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Rekey to the sender account.
rekey(String) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Rekey to the account in the human-readable address format.
rekeyTo - Variable in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
 
rekeyTo - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
rekeyTo - Variable in class com.algorand.algosdk.transaction.Transaction
 
rekeyTo - Variable in class com.algorand.algosdk.v2.client.model.Transaction
 
rekeyTo() - Method in class com.algorand.algosdk.v2.client.model.Transaction
 
rekeyTo(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Include results which include the rekey-to field.
rekeyTo(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Include results which include the rekey-to field.
rekeyTo(Boolean) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Include results which include the rekey-to field.
rekeyTo(String) - Method in class com.algorand.algosdk.v2.client.model.Transaction
(rekey) when included in a valid transaction, the accounts auth addr will be updated with this value and future signatures must be signed with the key represented by this address.
releaseWalletHandleToken(ReleaseWalletHandleTokenRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Release a wallet handle token Invalidate the passed wallet handle token, making it invalid for use in subsequent requests.
releaseWalletHandleTokenAsync(ReleaseWalletHandleTokenRequest, ApiCallback<APIV1POSTWalletReleaseResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Release a wallet handle token (asynchronously) Invalidate the passed wallet handle token, making it invalid for use in subsequent requests.
releaseWalletHandleTokenCall(ReleaseWalletHandleTokenRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for releaseWalletHandleToken
ReleaseWalletHandleTokenRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletReleaseRequest is the request for `POST /v1/wallet/release`
ReleaseWalletHandleTokenRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.ReleaseWalletHandleTokenRequest
 
releaseWalletHandleTokenWithHttpInfo(ReleaseWalletHandleTokenRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Release a wallet handle token Invalidate the passed wallet handle token, making it invalid for use in subsequent requests.
renameWallet(RenameWalletRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Rename a wallet Rename the underlying wallet to something else
renameWalletAsync(RenameWalletRequest, ApiCallback<APIV1POSTWalletRenameResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Rename a wallet (asynchronously) Rename the underlying wallet to something else
renameWalletCall(RenameWalletRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for renameWallet
RenameWalletRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletRenameRequest is the request for `POST /v1/wallet/rename`
RenameWalletRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
 
renameWalletWithHttpInfo(RenameWalletRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Rename a wallet Rename the underlying wallet to something else
renewWalletHandleToken(RenewWalletHandleTokenRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Renew a wallet handle token Renew a wallet handle token, increasing its expiration duration to its initial value
renewWalletHandleTokenAsync(RenewWalletHandleTokenRequest, ApiCallback<APIV1POSTWalletRenewResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Renew a wallet handle token (asynchronously) Renew a wallet handle token, increasing its expiration duration to its initial value
renewWalletHandleTokenCall(RenewWalletHandleTokenRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for renewWalletHandleToken
RenewWalletHandleTokenRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletRenewRequest is the request for `POST /v1/wallet/renew`
RenewWalletHandleTokenRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.RenewWalletHandleTokenRequest
 
renewWalletHandleTokenWithHttpInfo(RenewWalletHandleTokenRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Renew a wallet handle token Renew a wallet handle token, increasing its expiration duration to its initial value
request(DryrunRequest) - Method in class com.algorand.algosdk.v2.client.algod.TealDryrun
Transaction (or group) and any accompanying state-simulation data.
request(SimulateRequest) - Method in class com.algorand.algosdk.v2.client.algod.SimulateTransaction
The transactions to simulate, along with any other inputs.
reserve - Variable in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
reserve - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
(r) Address of account holding reserve (non-minted) units of this asset.
reserve(byte[]) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the reserve account in the raw 32 byte format.
reserve(Address) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the reserve account.
reserve(String) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set the reserve account in the human-readable address format.
resetPathSegment() - Method in class com.algorand.algosdk.v2.client.common.Query
 
resetPathSegments() - Method in class com.algorand.algosdk.v2.client.common.QueryData
 
Response<T> - Class in com.algorand.algosdk.v2.client.common
 
Response(int, String, String, byte[]) - Constructor for class com.algorand.algosdk.v2.client.common.Response
 
result - Variable in class com.algorand.algosdk.v2.client.model.CompileResponse
base64 encoded program bytes
result - Variable in class com.algorand.algosdk.v2.client.model.DisassembleResponse
disassembled Teal code
returns - Variable in class com.algorand.algosdk.abi.Method
 
Returns(Method.Returns) - Constructor for class com.algorand.algosdk.abi.Method.Returns
 
Returns(String, String) - Constructor for class com.algorand.algosdk.abi.Method.Returns
 
ReturnValue(String, byte[], Object, Method, Exception, PendingTransactionResponse) - Constructor for class com.algorand.algosdk.transaction.AtomicTransactionComposer.ReturnValue
 
reveals - Variable in class com.algorand.algosdk.v2.client.model.StateProofFields
(r) Note that this is actually stored as a map[uint64] - Reveal in the actual msgp
rewardBase - Variable in class com.algorand.algosdk.v2.client.model.Account
(ebase) used as part of the rewards computation.
rewards - Variable in class com.algorand.algosdk.v2.client.model.Account
(ern) total rewards of MicroAlgos the account has received, including pending rewards.
rewards - Variable in class com.algorand.algosdk.v2.client.model.Block
Fields relating to rewards,
rewardsCalculationRound - Variable in class com.algorand.algosdk.v2.client.model.BlockRewards
(rwcalr) number of leftover MicroAlgos after the distribution of rewards-rate MicroAlgos for every reward unit in the next round.
rewardsLevel - Variable in class com.algorand.algosdk.v2.client.model.BlockRewards
(earn) How many rewards, in MicroAlgos, have been distributed to each RewardUnit of MicroAlgos since genesis.
rewardsPool - Variable in class com.algorand.algosdk.v2.client.model.BlockRewards
(rwd) accepts periodic injections from the fee-sink and continually redistributes them as rewards.
rewardsRate - Variable in class com.algorand.algosdk.v2.client.model.BlockRewards
(rate) Number of new MicroAlgos added to the participation stake from rewards at the next round.
rewardsResidue - Variable in class com.algorand.algosdk.v2.client.model.BlockRewards
(frac) Number of leftover MicroAlgos after the distribution of RewardsRate/rewardUnits MicroAlgos for every reward unit in the next round.
round - Variable in class com.algorand.algosdk.v2.client.model.Account
The round for which this information is relevant.
round - Variable in class com.algorand.algosdk.v2.client.model.AccountApplicationResponse
The round for which this information is relevant.
round - Variable in class com.algorand.algosdk.v2.client.model.AccountAssetResponse
The round for which this information is relevant.
round - Variable in class com.algorand.algosdk.v2.client.model.Block
(rnd) Current round on which this block was appended to the chain.
round - Variable in class com.algorand.algosdk.v2.client.model.Box
The round for which this information is relevant
round - Variable in class com.algorand.algosdk.v2.client.model.DryrunRequest
Round is available to some TEAL scripts.
round - Variable in class com.algorand.algosdk.v2.client.model.GetSyncRoundResponse
The minimum sync round for the ledger.
round - Variable in class com.algorand.algosdk.v2.client.model.HealthCheck
 
round - Variable in class com.algorand.algosdk.v2.client.model.SimulateRequest
If provided, specifies the round preceding the simulation.
round(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountByID
Include results for the specified round.
round(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Include results for the specified round.
round(Long) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Include results for the specified round.
round(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
Include results for the specified round.
round(Long) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Include results for the specified round.
roundTime - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Time when the block this transaction is in was confirmed.

S

saltVersion - Variable in class com.algorand.algosdk.v2.client.model.StateProofFields
(v) Salt version of the merkle signature.
sanitizeFilename(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Sanitize filename by removing path.
schema - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLocalState
(hsch) schema.
scratch - Variable in class com.algorand.algosdk.v2.client.model.DryrunState
 
scratchChange - Variable in class com.algorand.algosdk.v2.client.model.SimulateTraceConfig
A boolean option enabling returning scratch slot changes together with execution trace during simulation.
ScratchChange - Class in com.algorand.algosdk.v2.client.model
A write operation into a scratch slot.
ScratchChange() - Constructor for class com.algorand.algosdk.v2.client.model.ScratchChange
 
scratchChanges - Variable in class com.algorand.algosdk.v2.client.model.SimulationOpcodeTraceUnit
The writes into scratch slots.
searchForAccounts() - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Search for accounts.
SearchForAccounts - Class in com.algorand.algosdk.v2.client.indexer
Search for accounts.
SearchForAccounts(Client) - Constructor for class com.algorand.algosdk.v2.client.indexer.SearchForAccounts
 
searchForApplicationBoxes(Long) - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Given an application ID, returns the box names of that application sorted lexicographically.
SearchForApplicationBoxes - Class in com.algorand.algosdk.v2.client.indexer
Given an application ID, returns the box names of that application sorted lexicographically.
SearchForApplicationBoxes(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.indexer.SearchForApplicationBoxes
 
searchForApplications() - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Search for applications /v2/applications
SearchForApplications - Class in com.algorand.algosdk.v2.client.indexer
Search for applications /v2/applications
SearchForApplications(Client) - Constructor for class com.algorand.algosdk.v2.client.indexer.SearchForApplications
 
searchForAssets() - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Search for assets.
SearchForAssets - Class in com.algorand.algosdk.v2.client.indexer
Search for assets.
SearchForAssets(Client) - Constructor for class com.algorand.algosdk.v2.client.indexer.SearchForAssets
 
searchForTransactions() - Method in class com.algorand.algosdk.v2.client.common.IndexerClient
Search for transactions.
SearchForTransactions - Class in com.algorand.algosdk.v2.client.indexer
Search for transactions.
SearchForTransactions(Client) - Constructor for class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
 
seed - Variable in class com.algorand.algosdk.v2.client.model.Block
 
seed() - Method in class com.algorand.algosdk.v2.client.model.Block
 
seed(String) - Method in class com.algorand.algosdk.v2.client.model.Block
(seed) Sortition seed.
selectHeaderAccept(String[]) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
selectHeaderContentType(String[]) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
selectionParticipationKey - Variable in class com.algorand.algosdk.v2.client.model.AccountParticipation
 
selectionParticipationKey - Variable in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
 
selectionParticipationKey() - Method in class com.algorand.algosdk.v2.client.model.AccountParticipation
 
selectionParticipationKey() - Method in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
 
selectionParticipationKey(String) - Method in class com.algorand.algosdk.v2.client.model.AccountParticipation
(sel) Selection public key (if any) currently registered for this round.
selectionParticipationKey(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
(selkey) Public key used with the Verified Random Function (VRF) result during committee selection.
selectionPK - Variable in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
 
selectionPK - Variable in class com.algorand.algosdk.transaction.Transaction
 
selectionPublicKey(byte[]) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set selection public key for the VRF private key used in key registration transactions in the raw 32 byte format
selectionPublicKey(VRFPublicKey) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set selection public key for the VRF private key used in key registration transactions.
selectionPublicKeyBase64(String) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set selection public key for the VRF private key used in key registration transactions as a base64 encoded representation of the raw 32 byte format.
sender - Variable in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
 
sender - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
sender - Variable in class com.algorand.algosdk.transaction.Transaction
 
sender - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(snd) Sender's address.
sender - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetTransfer
(asnd) The effective sender during a clawback transactions.
sender(byte[]) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the transaction sender account in the raw 32 byte format.
sender(Address) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the transaction sender account.
sender(String) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Set the transaction sender account in the human-readable address format.
SENDER - com.algorand.algosdk.v2.client.model.Enums.AddressRole
 
senderAddress(Address) - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationLogsByID
Only include transactions with this sender address.
senderRewards - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
Rewards in microalgos applied to the sender account.
senderRewards - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(rs) rewards applied to sender account.
serialize(Object) - Method in class com.algorand.algosdk.kmd.client.JSON
Serialize the given Java object into JSON string.
serialize(Object, String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Serialize the given Java object into request body according to the object's class and the request Content-Type.
setAccessToken(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Helper method to set access token for the first OAuth2 authentication.
setAccessToken(String) - Method in class com.algorand.algosdk.kmd.client.auth.OAuth
 
setAddress(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
 
setAddress(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
 
setAddress(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
 
setAddress(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
 
setAddress(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
 
setAddress(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
 
setAddress(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportMultisigRequest
 
setAddresses(List<String>) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
 
setAddresses(List<String>) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
 
setApiClient(ApiClient) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
 
setApiKey(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Helper method to set API key value for the first API key authentication.
setApiKey(String) - Method in class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
 
setApiKeyPrefix(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Helper method to set API key prefix for the first API key authentication.
setApiKeyPrefix(String) - Method in class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
 
setBasePath(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Set base path
SetBlockTimeStampOffset - Class in com.algorand.algosdk.v2.client.algod
Sets the timestamp offset (seconds) for blocks in dev mode.
SetBlockTimeStampOffset(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.SetBlockTimeStampOffset
 
SetBlockTimeStampOffset(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Sets the timestamp offset (seconds) for blocks in dev mode.
setConnectTimeout(int) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Sets the connect timeout (in milliseconds).
setDateFormat(DateFormat) - Method in class com.algorand.algosdk.kmd.client.ApiClient
 
setDateFormat(DateFormat) - Method in class com.algorand.algosdk.kmd.client.JSON
 
setDebugging(boolean) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Enable/disable debugging for this API client.
setDefaultApiClient(ApiClient) - Static method in class com.algorand.algosdk.kmd.client.Configuration
Set the default API client, which would be used when creating API instances without providing an API client.
setDisplayMnemonic(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.GenerateKeyRequest
 
setDriverName(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
setDriverVersion(Long) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEKeyResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEMultisigResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletReleaseResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
 
setError(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
 
setExpiresSeconds(Long) - Method in class com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
 
setFeeByFeePerByte(Transaction, int) - Static method in class com.algorand.algosdk.account.Account
Sets the transaction fee according to suggestedFeePerByte * estimateTxSize.
setFeeByFeePerByte(Transaction, BigInteger) - Static method in class com.algorand.algosdk.account.Account
Sets the transaction fee according to suggestedFeePerByte * estimateTxSize.
setFormat(DateFormat) - Method in class com.algorand.algosdk.kmd.client.JSON.DateTypeAdapter
 
setFormat(DateFormat) - Method in class com.algorand.algosdk.kmd.client.JSON.SqlDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class com.algorand.algosdk.kmd.client.JSON.LocalDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class com.algorand.algosdk.kmd.client.JSON.OffsetDateTimeTypeAdapter
 
setGson(Gson) - Method in class com.algorand.algosdk.kmd.client.JSON
Set Gson.
setHttpClient(OkHttpClient) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Set HTTP client
setId(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
setJSON(JSON) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Set JSON
setKeyManagers(KeyManager[]) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Configure client keys to use for authorization in an SSL session.
setLease(Lease) - Method in class com.algorand.algosdk.transaction.Transaction
Lease enforces mutual exclusion of transactions.
setLenientOnJson(boolean) - Method in class com.algorand.algosdk.kmd.client.ApiClient
 
setLenientOnJson(boolean) - Method in class com.algorand.algosdk.kmd.client.JSON
 
setLocalDateFormat(DateTimeFormatter) - Method in class com.algorand.algosdk.kmd.client.ApiClient
 
setLocalDateFormat(DateTimeFormatter) - Method in class com.algorand.algosdk.kmd.client.JSON
 
setMasterDerivationKey(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
 
setMasterDerivationKey(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEKeyResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEMultisigResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletReleaseResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
 
setMessage(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
 
setMnemonicUx(Boolean) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
setMultisig(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
 
setMultisigVersion(Integer) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
setMultisigVersion(Integer) - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
setName(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class com.algorand.algosdk.kmd.client.ApiClient
 
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class com.algorand.algosdk.kmd.client.JSON
 
setPartialMultisig(MultisigSignature) - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
setPassword(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Helper method to set password for the first HTTP basic authentication.
setPassword(String) - Method in class com.algorand.algosdk.kmd.client.auth.HttpBasicAuth
 
setPks(List<byte[]>) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
setPks(List<Ed25519PublicKey>) - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
setPrivateKey(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
 
setPrivateKey(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.ImportKeyRequest
 
setPublicKey(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
setReadTimeout(int) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Sets the read timeout (in milliseconds).
setSignedTransaction(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
 
setSqlDateFormat(DateFormat) - Method in class com.algorand.algosdk.kmd.client.ApiClient
 
setSqlDateFormat(DateFormat) - Method in class com.algorand.algosdk.kmd.client.JSON
 
setSslCaCert(InputStream) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Configure the CA certificate to be trusted when making https requests.
setSupportedTxs(List<String>) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
SetSyncRound - Class in com.algorand.algosdk.v2.client.algod
Sets the minimum sync round on the ledger.
SetSyncRound(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.SetSyncRound
 
SetSyncRound(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Sets the minimum sync round on the ledger.
setTempFolderPath(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Set the temporary folder path (for downloading files)
setThreshold(Integer) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
setThreshold(Integer) - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
setTransaction(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
setTransaction(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
 
setupIfNeeded() - Static method in class com.algorand.algosdk.util.CryptoProvider
Setup Bouncy Castle 1.61 as the default crypto provider.
setUserAgent(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Set the User-Agent header's value (by adding to the default header map).
setUsername(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Helper method to set username for the first HTTP basic authentication.
setUsername(String) - Method in class com.algorand.algosdk.kmd.client.auth.HttpBasicAuth
 
setValueType(Class) - Method in class com.algorand.algosdk.v2.client.common.Response
 
setVerifyingSsl(boolean) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Configure whether to verify certificate and hostname when making https requests.
setVersions(List<String>) - Method in class com.algorand.algosdk.kmd.client.model.VersionsResponse
 
setWallet(APIV1Wallet) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
 
setWallet(APIV1Wallet) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
 
setWallet(APIV1Wallet) - Method in class com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
 
setWalletDriverName(String) - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
setWalletHandle(APIV1WalletHandle) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
 
setWalletHandle(APIV1WalletHandle) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportMasterKeyRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportMultisigRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.GenerateKeyRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ImportKeyRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ListKeysRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ListMultisigRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ReleaseWalletHandleTokenRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.RenewWalletHandleTokenRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
 
setWalletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.WalletInfoRequest
 
setWalletId(String) - Method in class com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
 
setWalletId(String) - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
 
setWalletName(String) - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
setWalletName(String) - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
 
setWalletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
setWalletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
 
setWalletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
 
setWalletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
 
setWalletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportMasterKeyRequest
 
setWalletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
 
setWalletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
 
setWalletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
setWalletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
 
setWallets(List<APIV1Wallet>) - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
 
setWriteTimeout(int) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Sets the write timeout (in milliseconds).
SHA256 - com.algorand.algosdk.v2.client.model.Enums.Hashtype
 
SHA512_256 - com.algorand.algosdk.v2.client.model.Enums.Hashtype
 
sig - Variable in class com.algorand.algosdk.auction.SignedBid
 
sig - Variable in class com.algorand.algosdk.crypto.LogicsigSignature
 
sig - Variable in class com.algorand.algosdk.crypto.MultisigSignature.MultisigSubsig
 
sig - Variable in class com.algorand.algosdk.transaction.SignedTransaction
 
sig - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignature
 
sig() - Method in class com.algorand.algosdk.v2.client.model.TransactionSignature
 
sig(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionSignature
(sig) Standard ed25519 signature.
SIG - com.algorand.algosdk.v2.client.model.Enums.SigType
 
sigCommit - Variable in class com.algorand.algosdk.v2.client.model.StateProofFields
 
sigCommit() - Method in class com.algorand.algosdk.v2.client.model.StateProofFields
 
sigCommit(String) - Method in class com.algorand.algosdk.v2.client.model.StateProofFields
(c)
sigKey - Variable in class com.algorand.algosdk.account.LogicSigAccount
 
signature - Variable in class com.algorand.algosdk.v2.client.model.StateProofSigSlot
 
signature - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Validation signature associated with some data.
signature - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
 
signature - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisigSubsignature
 
signature() - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
 
signature() - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisigSubsignature
 
signature(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
(sig) ed25519 signature.
signature(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisigSubsignature
(s)
Signature - Class in com.algorand.algosdk.crypto
A raw serializable signature class.
Signature() - Constructor for class com.algorand.algosdk.crypto.Signature
 
Signature(byte[]) - Constructor for class com.algorand.algosdk.crypto.Signature
Create a new Signature wrapping the given bytes.
signBid(Bid) - Method in class com.algorand.algosdk.account.Account
Sign a bid with this account
signBytes(byte[]) - Method in class com.algorand.algosdk.account.Account
Sign the given bytes, and wrap in signature.
SIGNED - com.algorand.algosdk.transaction.AtomicTransactionComposer.Status
 
SignedBid - Class in com.algorand.algosdk.auction
A serializable raw signed bid class.
SignedBid() - Constructor for class com.algorand.algosdk.auction.SignedBid
 
SignedBid(Bid, byte[], MultisigSignature) - Constructor for class com.algorand.algosdk.auction.SignedBid
 
SignedBid(Bid, MultisigSignature) - Constructor for class com.algorand.algosdk.auction.SignedBid
 
SignedBid(Bid, Signature) - Constructor for class com.algorand.algosdk.auction.SignedBid
 
SignedBid(Bid, Signature, MultisigSignature) - Constructor for class com.algorand.algosdk.auction.SignedBid
 
signedTransaction(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
 
SignedTransaction - Class in com.algorand.algosdk.transaction
A serializable convenience type for packaging transactions with their signatures.
SignedTransaction(Transaction, byte[], MultisigSignature, LogicsigSignature, byte[]) - Constructor for class com.algorand.algosdk.transaction.SignedTransaction
 
SignedTransaction(Transaction, LogicsigSignature) - Constructor for class com.algorand.algosdk.transaction.SignedTransaction
 
SignedTransaction(Transaction, LogicsigSignature, String) - Constructor for class com.algorand.algosdk.transaction.SignedTransaction
 
SignedTransaction(Transaction, MultisigSignature) - Constructor for class com.algorand.algosdk.transaction.SignedTransaction
 
SignedTransaction(Transaction, MultisigSignature, String) - Constructor for class com.algorand.algosdk.transaction.SignedTransaction
 
SignedTransaction(Transaction, Signature) - Constructor for class com.algorand.algosdk.transaction.SignedTransaction
 
SignedTransaction(Transaction, Signature, MultisigSignature, LogicsigSignature, String) - Constructor for class com.algorand.algosdk.transaction.SignedTransaction
 
SignedTransaction(Transaction, Signature, String) - Constructor for class com.algorand.algosdk.transaction.SignedTransaction
 
signedWeight - Variable in class com.algorand.algosdk.v2.client.model.StateProofFields
(w)
signer - Variable in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
 
signer - Variable in class com.algorand.algosdk.transaction.MethodCallParams
 
signer - Variable in class com.algorand.algosdk.transaction.TransactionWithSigner
 
signer(TxnSigner) - Method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
Specify the signer for this method call transaction.
signLogicsig(LogicsigSignature) - Method in class com.algorand.algosdk.account.Account
Sign LogicSig with account's secret key
signLogicsig(LogicsigSignature, MultisigAddress) - Method in class com.algorand.algosdk.account.Account
Sign LogicSig as multisig
signLogicsigTransaction(LogicsigSignature, Transaction) - Static method in class com.algorand.algosdk.account.Account
Creates SignedTransaction from LogicsigSignature and Transaction.
signLogicSigTransaction(Transaction) - Method in class com.algorand.algosdk.account.LogicSigAccount
Sign a transaction with this account
signLogicTransactionWithAddress(LogicsigSignature, Address, Transaction) - Static method in class com.algorand.algosdk.account.Account
 
SignMultisigRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTMultisigTransactionSignRequest is the request for `POST /v1/multisig/sign`
SignMultisigRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
signMultisigTransaction(MultisigAddress, Transaction) - Method in class com.algorand.algosdk.account.Account
signMultisigTransaction creates a multisig transaction from the input and the multisig account.
signMultisigTransaction(SignMultisigRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Sign a multisig transaction Start a multisig signature, or add a signature to a partially completed multisig signature object.
signMultisigTransactionAsync(SignMultisigRequest, ApiCallback<APIV1POSTMultisigTransactionSignResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Sign a multisig transaction (asynchronously) Start a multisig signature, or add a signature to a partially completed multisig signature object.
signMultisigTransactionBytes(MultisigAddress, Transaction) - Method in class com.algorand.algosdk.account.Account
signMultisigTransactionBytes is a convenience method for signing a multistransaction into bytes
signMultisigTransactionCall(SignMultisigRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for signMultisigTransaction
signMultisigTransactionWithHttpInfo(SignMultisigRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Sign a multisig transaction Start a multisig signature, or add a signature to a partially completed multisig signature object.
signTransaction(SignTransactionRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Sign a transaction Signs the passed transaction with a key from the wallet, determined by the sender encoded in the transaction.
signTransaction(Transaction) - Method in class com.algorand.algosdk.account.Account
Sign a transaction with this account
signTransactionAsync(SignTransactionRequest, ApiCallback<APIV1POSTTransactionSignResponse>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Sign a transaction (asynchronously) Signs the passed transaction with a key from the wallet, determined by the sender encoded in the transaction.
signTransactionBytes(byte[]) - Method in class com.algorand.algosdk.account.Account
Sign a canonical msg-pack encoded Transaction
signTransactionCall(SignTransactionRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for signTransaction
SignTransactionRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTTransactionSignRequest is the request for `POST /v1/transaction/sign`
SignTransactionRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
 
signTransactionWithFeePerByte(Transaction, BigInteger) - Method in class com.algorand.algosdk.account.Account
Sign a transaction with this account, replacing the fee with the given feePerByte.
signTransactionWithHttpInfo(SignTransactionRequest) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Sign a transaction Signs the passed transaction with a key from the wallet, determined by the sender encoded in the transaction.
signTxnGroup(Transaction[], int[]) - Method in interface com.algorand.algosdk.transaction.TxnSigner
 
sigProofs - Variable in class com.algorand.algosdk.v2.client.model.StateProofFields
(S)
sigSlot - Variable in class com.algorand.algosdk.v2.client.model.StateProofReveal
(s)
sigType - Variable in class com.algorand.algosdk.v2.client.model.Account
Indicates what type of signature is used by this account, must be one of: sig msig lsig or null if unknown
sigType(Enums.SigType) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
SigType filters just results using the specified type of signature: sig - Standard msig - MultiSig lsig - LogicSig
sigType(Enums.SigType) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
SigType filters just results using the specified type of signature: sig - Standard msig - MultiSig lsig - LogicSig
sigType(Enums.SigType) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
SigType filters just results using the specified type of signature: sig - Standard msig - MultiSig lsig - LogicSig
SimulateInitialStates - Class in com.algorand.algosdk.v2.client.model
Initial states of resources that were accessed during simulation.
SimulateInitialStates() - Constructor for class com.algorand.algosdk.v2.client.model.SimulateInitialStates
 
SimulateRequest - Class in com.algorand.algosdk.v2.client.model
Request type for simulation endpoint.
SimulateRequest() - Constructor for class com.algorand.algosdk.v2.client.model.SimulateRequest
 
SimulateRequestTransactionGroup - Class in com.algorand.algosdk.v2.client.model
A transaction group to simulate.
SimulateRequestTransactionGroup() - Constructor for class com.algorand.algosdk.v2.client.model.SimulateRequestTransactionGroup
 
SimulateResponse - Class in com.algorand.algosdk.v2.client.model
Result of a transaction group simulation.
SimulateResponse() - Constructor for class com.algorand.algosdk.v2.client.model.SimulateResponse
 
SimulateTraceConfig - Class in com.algorand.algosdk.v2.client.model
An object that configures simulation execution trace.
SimulateTraceConfig() - Constructor for class com.algorand.algosdk.v2.client.model.SimulateTraceConfig
 
SimulateTransaction - Class in com.algorand.algosdk.v2.client.algod
Simulates a raw transaction or transaction group as it would be evaluated on the network.
SimulateTransaction(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.SimulateTransaction
 
SimulateTransaction() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Simulates a raw transaction or transaction group as it would be evaluated on the network.
SimulateTransactionGroupResult - Class in com.algorand.algosdk.v2.client.model
Simulation result for an atomic transaction group
SimulateTransactionGroupResult() - Constructor for class com.algorand.algosdk.v2.client.model.SimulateTransactionGroupResult
 
SimulateTransactionResult - Class in com.algorand.algosdk.v2.client.model
Simulation result for an individual transaction
SimulateTransactionResult() - Constructor for class com.algorand.algosdk.v2.client.model.SimulateTransactionResult
 
SimulateUnnamedResourcesAccessed - Class in com.algorand.algosdk.v2.client.model
These are resources that were accessed by this group that would normally have caused failure, but were allowed in simulation.
SimulateUnnamedResourcesAccessed() - Constructor for class com.algorand.algosdk.v2.client.model.SimulateUnnamedResourcesAccessed
 
SimulationEvalOverrides - Class in com.algorand.algosdk.v2.client.model
The set of parameters and limits override during simulation.
SimulationEvalOverrides() - Constructor for class com.algorand.algosdk.v2.client.model.SimulationEvalOverrides
 
SimulationOpcodeTraceUnit - Class in com.algorand.algosdk.v2.client.model
The set of trace information and effect from evaluating a single opcode.
SimulationOpcodeTraceUnit() - Constructor for class com.algorand.algosdk.v2.client.model.SimulationOpcodeTraceUnit
 
SimulationTransactionExecTrace - Class in com.algorand.algosdk.v2.client.model
The execution trace of calling an app or a logic sig, containing the inner app call trace in a recursive way.
SimulationTransactionExecTrace() - Constructor for class com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
 
slot - Variable in class com.algorand.algosdk.v2.client.model.ScratchChange
The scratch slot written.
source - Variable in class com.algorand.algosdk.v2.client.model.DryrunSource
 
source() - Method in class com.algorand.algosdk.kmd.client.ProgressResponseBody
 
source(byte[]) - Method in class com.algorand.algosdk.v2.client.algod.TealCompile
TEAL source code to be compiled
source(byte[]) - Method in class com.algorand.algosdk.v2.client.algod.TealDisassemble
TEAL program binary to be disassembled
sourcemap - Variable in class com.algorand.algosdk.v2.client.model.CompileResponse
JSON of the source map
sourcemap(Boolean) - Method in class com.algorand.algosdk.v2.client.algod.TealCompile
When set to `true`, returns the source map of the program as a JSON.
SourceMap - Class in com.algorand.algosdk.logic
SourceMap class provides parser for source map from algod compile endpoint
SourceMap(HashMap<String, Object>) - Constructor for class com.algorand.algosdk.logic.SourceMap
 
sources - Variable in class com.algorand.algosdk.logic.SourceMap
 
sources - Variable in class com.algorand.algosdk.v2.client.model.DryrunRequest
 
spawnedInners - Variable in class com.algorand.algosdk.v2.client.model.SimulationOpcodeTraceUnit
The indexes of the traces for inner transactions spawned by this opcode, if any.
SqlDateTypeAdapter() - Constructor for class com.algorand.algosdk.kmd.client.JSON.SqlDateTypeAdapter
 
SqlDateTypeAdapter(DateFormat) - Constructor for class com.algorand.algosdk.kmd.client.JSON.SqlDateTypeAdapter
 
stack - Variable in class com.algorand.algosdk.v2.client.model.DryrunState
 
stackAdditions - Variable in class com.algorand.algosdk.v2.client.model.SimulationOpcodeTraceUnit
The values added by this opcode to the stack.
stackChange - Variable in class com.algorand.algosdk.v2.client.model.SimulateTraceConfig
A boolean option enabling returning stack changes together with execution trace during simulation.
stackPopCount - Variable in class com.algorand.algosdk.v2.client.model.SimulationOpcodeTraceUnit
The number of deleted stack values by this opcode.
StackPrinterConfig() - Constructor for class com.algorand.algosdk.v2.client.Utils.StackPrinterConfig
 
stateChange - Variable in class com.algorand.algosdk.v2.client.model.SimulateTraceConfig
A boolean option enabling returning application state changes (global, local, and box changes) with the execution trace during simulation.
stateChanges - Variable in class com.algorand.algosdk.v2.client.model.SimulationOpcodeTraceUnit
The operations against the current application's states.
stateProof - Variable in class com.algorand.algosdk.transaction.Transaction
 
stateProof - Variable in class com.algorand.algosdk.v2.client.model.StateProof
 
stateProof - Variable in class com.algorand.algosdk.v2.client.model.TransactionStateProof
(sp) represents a state proof.
stateProof() - Method in class com.algorand.algosdk.v2.client.model.StateProof
 
stateProof(String) - Method in class com.algorand.algosdk.v2.client.model.StateProof
The encoded StateProof for the message.
StateProof - Class in com.algorand.algosdk.v2.client.model
Represents a state proof and its corresponding message
StateProof - com.algorand.algosdk.transaction.Transaction.Type
 
StateProof() - Constructor for class com.algorand.algosdk.v2.client.model.StateProof
 
StateProofFields - Class in com.algorand.algosdk.v2.client.model
(sp) represents a state proof.
StateProofFields() - Constructor for class com.algorand.algosdk.v2.client.model.StateProofFields
 
stateProofKey - Variable in class com.algorand.algosdk.transaction.Transaction
 
stateProofKey - Variable in class com.algorand.algosdk.v2.client.model.AccountParticipation
 
stateProofKey - Variable in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
 
stateProofKey() - Method in class com.algorand.algosdk.v2.client.model.AccountParticipation
 
stateProofKey() - Method in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
 
stateProofKey(byte[]) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the stateProofKey value.
stateProofKey(MerkleVerifier) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the stateProofKey value.
stateProofKey(String) - Method in class com.algorand.algosdk.v2.client.model.AccountParticipation
(stprf) Root of the state proof key (if any)
stateProofKey(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
(sprfkey) State proof key used in key registration transactions.
stateProofKeyBase64(String) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the stateProofKey value.
stateProofMessage - Variable in class com.algorand.algosdk.transaction.Transaction
 
StateProofMessage - Class in com.algorand.algosdk.v2.client.model
Represents the message that the state proofs are attesting to.
StateProofMessage() - Constructor for class com.algorand.algosdk.v2.client.model.StateProofMessage
 
StateProofParticipant - Class in com.algorand.algosdk.v2.client.model
 
StateProofParticipant() - Constructor for class com.algorand.algosdk.v2.client.model.StateProofParticipant
 
stateProofPk - Variable in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
 
StateProofReveal - Class in com.algorand.algosdk.v2.client.model
 
StateProofReveal() - Constructor for class com.algorand.algosdk.v2.client.model.StateProofReveal
 
StateProofSignature - Class in com.algorand.algosdk.v2.client.model
 
StateProofSignature() - Constructor for class com.algorand.algosdk.v2.client.model.StateProofSignature
 
StateProofSigSlot - Class in com.algorand.algosdk.v2.client.model
 
StateProofSigSlot() - Constructor for class com.algorand.algosdk.v2.client.model.StateProofSigSlot
 
stateProofTracking - Variable in class com.algorand.algosdk.v2.client.model.Block
Tracks the status of state proofs.
StateProofTracking - Class in com.algorand.algosdk.v2.client.model
 
StateProofTracking() - Constructor for class com.algorand.algosdk.v2.client.model.StateProofTracking
 
stateProofTransaction - Variable in class com.algorand.algosdk.v2.client.model.Transaction
Fields for a state proof transaction.
stateProofType - Variable in class com.algorand.algosdk.transaction.Transaction
 
stateProofType - Variable in class com.algorand.algosdk.v2.client.model.TransactionStateProof
(sptype) Type of the state proof.
StateProofVerifier - Class in com.algorand.algosdk.v2.client.model
 
StateProofVerifier() - Constructor for class com.algorand.algosdk.v2.client.model.StateProofVerifier
 
StateSchema - Class in com.algorand.algosdk.logic
 
StateSchema - Class in com.algorand.algosdk.v2.client.model
Represents a (apls) local-state or (apgs) global-state schema.
StateSchema() - Constructor for class com.algorand.algosdk.logic.StateSchema
 
StateSchema() - Constructor for class com.algorand.algosdk.v2.client.model.StateSchema
 
StateSchema(Integer, Integer) - Constructor for class com.algorand.algosdk.logic.StateSchema
 
StateSchema(Long, Long) - Constructor for class com.algorand.algosdk.logic.StateSchema
 
StateSchema(BigInteger, BigInteger) - Constructor for class com.algorand.algosdk.logic.StateSchema
 
StateSchemaSetter<T extends StateSchemaSetter<T>> - Interface in com.algorand.algosdk.builder.transaction
 
status - Variable in class com.algorand.algosdk.v2.client.model.Account
(onl) delegation status of the account's MicroAlgos Offline - indicates that the associated account is delegated.
stibhash - Variable in class com.algorand.algosdk.v2.client.model.TransactionProofResponse
 
stibhash() - Method in class com.algorand.algosdk.v2.client.model.TransactionProofResponse
 
stibhash(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionProofResponse
Hash of SignedTxnInBlock for verifying proof.
stoppedAtUnsupportedRound - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
StoppedAtUnsupportedRound indicates that the node does not support the new rounds and has stopped making progress
STPF - com.algorand.algosdk.v2.client.model.Enums.TxType
 
strictEmptyAddressChecking - Variable in class com.algorand.algosdk.builder.transaction.AssetConfigureTransactionBuilder
 
strictEmptyAddressChecking(boolean) - Method in class com.algorand.algosdk.builder.transaction.AssetConfigureTransactionBuilder
Whether to disallow empty admin accounts from being set.
String(String) - Static method in enum com.algorand.algosdk.transaction.Transaction.OnCompletion
 
StringUtil - Class in com.algorand.algosdk.kmd.client
 
StringUtil() - Constructor for class com.algorand.algosdk.kmd.client.StringUtil
 
submit(AlgodClient) - Method in class com.algorand.algosdk.transaction.AtomicTransactionComposer
Send the transaction group to the network, but don't wait for it to be committed to a block.
SUBMITTED - com.algorand.algosdk.transaction.AtomicTransactionComposer.Status
 
subsignature - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisig
(subsig) holds pairs of public key and signatures.
subsigs - Variable in class com.algorand.algosdk.crypto.MultisigSignature
 
suggestedParams(TransactionParametersResponse) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
Initialize fee, genesisID, genesisHash, firstValid and lastValid using TransactionParametersResponse.
SupplyResponse - Class in com.algorand.algosdk.v2.client.model
Supply represents the current supply of MicroAlgos in the system.
SupplyResponse() - Constructor for class com.algorand.algosdk.v2.client.model.SupplyResponse
 
supportedTxs(List<String>) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
swaggerHandler() - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Gets the current swagger spec.
swaggerHandlerAsync(ApiCallback<String>) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Gets the current swagger spec.
swaggerHandlerCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Build call for swaggerHandler
swaggerHandlerWithHttpInfo() - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
Gets the current swagger spec.
SwaggerJSON - Class in com.algorand.algosdk.v2.client.algod
Returns the entire swagger spec in json.
SwaggerJSON(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.SwaggerJSON
 
SwaggerJSON() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Returns the entire swagger spec in json.

T

TealCompile - Class in com.algorand.algosdk.v2.client.algod
Given TEAL source code in plain text, return base64 encoded program bytes and base32 SHA512_256 hash of program bytes (Address style).
TealCompile(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.TealCompile
 
TealCompile() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Given TEAL source code in plain text, return base64 encoded program bytes and base32 SHA512_256 hash of program bytes (Address style).
TealDisassemble - Class in com.algorand.algosdk.v2.client.algod
Given the program bytes, return the TEAL source code in plain text.
TealDisassemble(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.TealDisassemble
 
TealDisassemble() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Given the program bytes, return the TEAL source code in plain text.
TealDryrun - Class in com.algorand.algosdk.v2.client.algod
Executes TEAL program(s) in context and returns debugging information about the execution.
TealDryrun(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.TealDryrun
 
TealDryrun() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Executes TEAL program(s) in context and returns debugging information about the execution.
TealKeyValue - Class in com.algorand.algosdk.v2.client.model
Represents a key-value pair in an application store.
TealKeyValue() - Constructor for class com.algorand.algosdk.v2.client.model.TealKeyValue
 
TEALProgram - Class in com.algorand.algosdk.crypto
 
TEALProgram() - Constructor for class com.algorand.algosdk.crypto.TEALProgram
 
TEALProgram(byte[]) - Constructor for class com.algorand.algosdk.crypto.TEALProgram
Initialize a TEALProgram based on the byte array.
TEALProgram(String) - Constructor for class com.algorand.algosdk.crypto.TEALProgram
Initialize a TEALProgram based on the base64 encoding.
TEALProgramSetter<T extends TEALProgramSetter<T>> - Interface in com.algorand.algosdk.builder.transaction
 
tealSign(byte[], Address) - Method in class com.algorand.algosdk.account.Account
Creates Signature compatible with ed25519verify TEAL opcode from data and contract address (program hash).
tealSignFromProgram(byte[], byte[]) - Method in class com.algorand.algosdk.account.Account
Creates Signature compatible with ed25519verify TEAL opcode from data and program bytes
TealValue - Class in com.algorand.algosdk.v2.client.model
Represents a TEAL value.
TealValue() - Constructor for class com.algorand.algosdk.v2.client.model.TealValue
 
threshold - Variable in class com.algorand.algosdk.crypto.MultisigAddress
 
threshold - Variable in class com.algorand.algosdk.crypto.MultisigSignature
 
threshold - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisig
(thr)
threshold(Integer) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
threshold(Integer) - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
timeSinceLastRound - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
TimeSinceLastRound in nanoseconds
timestamp - Variable in class com.algorand.algosdk.v2.client.model.Block
(ts) Block creation timestamp in seconds since eposh
toAddress() - Method in class com.algorand.algosdk.crypto.LogicsigSignature
Calculate escrow address from logic sig program NOTE: THIS RETURNS AN ESCROW ACCOUNT OF A LOGIC-SIG (FROM LOGIC ITSELF), IT WILL NOT RETURN THE DELEGATED ADDRESS OF THE LOGIC-SIG.
toAddress() - Method in class com.algorand.algosdk.crypto.MultisigAddress
Convert into an address to more easily represent as a string.
toAlgos(BigInteger) - Static method in class com.algorand.algosdk.util.AlgoConverter
Convert microalgos to algos.
token - Variable in class com.algorand.algosdk.v2.client.common.Client
 
tokenKey - Variable in class com.algorand.algosdk.v2.client.common.Client
 
toKey(String) - Static method in class com.algorand.algosdk.mnemonic.Mnemonic
toKey converts a mnemonic generated using this library into the source key used to create it.
toMicroAlgos(BigDecimal) - Static method in class com.algorand.algosdk.util.AlgoConverter
Convert algos to microalgos.
toMnemonic() - Method in class com.algorand.algosdk.account.Account
Converts the 32 byte private key to a 25 word mnemonic, including a checksum.
topOfStackFirst - Variable in class com.algorand.algosdk.v2.client.Utils.StackPrinterConfig
 
topTransactions - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionsResponse
An array of signed transaction objects.
toSeed() - Method in class com.algorand.algosdk.account.Account
25 word mnemonic is obtained and converted to 32 byte private key.
toString() - Method in class com.algorand.algosdk.abi.TypeAddress
 
toString() - Method in class com.algorand.algosdk.abi.TypeArrayDynamic
 
toString() - Method in class com.algorand.algosdk.abi.TypeArrayStatic
 
toString() - Method in class com.algorand.algosdk.abi.TypeBool
 
toString() - Method in class com.algorand.algosdk.abi.TypeByte
 
toString() - Method in class com.algorand.algosdk.abi.TypeString
 
toString() - Method in class com.algorand.algosdk.abi.TypeTuple
 
toString() - Method in class com.algorand.algosdk.abi.TypeUfixed
 
toString() - Method in class com.algorand.algosdk.abi.TypeUint
 
toString() - Method in class com.algorand.algosdk.crypto.Address
 
toString() - Method in class com.algorand.algosdk.crypto.Digest
Encode the digest to a string.
toString() - Method in class com.algorand.algosdk.crypto.MultisigAddress
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEKeyResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1DELETEMultisigResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyExportResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigTransactionSignResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletReleaseResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Request
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1RequestEnvelope
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.ExportMasterKeyRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.ExportMultisigRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.GenerateKeyRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.ImportKeyRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.ListKeysRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.ListMultisigRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.ListWalletsRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.ReleaseWalletHandleTokenRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.RenewWalletHandleTokenRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.VersionsRequest
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.VersionsResponse
 
toString() - Method in class com.algorand.algosdk.kmd.client.model.WalletInfoRequest
 
toString() - Method in class com.algorand.algosdk.transaction.AppBoxReference
 
toString() - Method in class com.algorand.algosdk.transaction.Lease
 
toString() - Method in class com.algorand.algosdk.transaction.Transaction.BoxReference
 
toString() - Method in enum com.algorand.algosdk.transaction.Transaction.OnCompletion
 
toString() - Method in class com.algorand.algosdk.v2.client.common.PathResponse
 
toString() - Method in class com.algorand.algosdk.v2.client.common.Response
 
toString() - Method in enum com.algorand.algosdk.v2.client.model.Enums.AddressRole
 
toString() - Method in enum com.algorand.algosdk.v2.client.model.Enums.Exclude
 
toString() - Method in enum com.algorand.algosdk.v2.client.model.Enums.Hashtype
 
toString() - Method in enum com.algorand.algosdk.v2.client.model.Enums.OnCompletion
 
toString() - Method in enum com.algorand.algosdk.v2.client.model.Enums.SigType
 
toString() - Method in enum com.algorand.algosdk.v2.client.model.Enums.TxType
 
total - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
(t) The total number of units of this asset.
totalAppsOptedIn - Variable in class com.algorand.algosdk.v2.client.model.Account
The count of all applications that have been opted in, equivalent to the count of application local data (AppLocalState objects) stored in this account.
totalAssetsOptedIn - Variable in class com.algorand.algosdk.v2.client.model.Account
The count of all assets that have been opted in, equivalent to the count of AssetHolding objects held by this account.
totalBoxBytes - Variable in class com.algorand.algosdk.v2.client.model.Account
For app-accounts only.
totalBoxes - Variable in class com.algorand.algosdk.v2.client.model.Account
For app-accounts only.
totalCreatedApps - Variable in class com.algorand.algosdk.v2.client.model.Account
The count of all apps (AppParams objects) created by this account.
totalCreatedAssets - Variable in class com.algorand.algosdk.v2.client.model.Account
The count of all assets (AssetParams objects) created by this account.
totalMoney - Variable in class com.algorand.algosdk.v2.client.model.SupplyResponse
TotalMoney
totalTransactions - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionsResponse
Total number of transactions in the pool.
toValue() - Method in enum com.algorand.algosdk.transaction.Transaction.OnCompletion
 
toValue() - Method in enum com.algorand.algosdk.transaction.Transaction.Type
Return the string value for this enumeration.
toVerifyKey() - Method in class com.algorand.algosdk.crypto.Address
toVerifyKey returns address' public key in a form suitable for java.security.Signature.initVerify
TRACE - Static variable in class com.algorand.algosdk.v2.client.common.HttpMethod
 
transaction - Variable in class com.algorand.algosdk.v2.client.model.TransactionResponse
Contains all fields common to all transactions and serves as an envelope to all transactions type.
transaction(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
transaction(byte[]) - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
 
Transaction - Class in com.algorand.algosdk.transaction
A raw serializable transaction class, used to generate transactions to broadcast to the network.
Transaction - Class in com.algorand.algosdk.v2.client.model
Contains all fields common to all transactions and serves as an envelope to all transactions type.
Transaction() - Constructor for class com.algorand.algosdk.transaction.Transaction
 
Transaction() - Constructor for class com.algorand.algosdk.v2.client.model.Transaction
 
Transaction.BoxReference - Class in com.algorand.algosdk.transaction
 
Transaction.OnCompletion - Enum in com.algorand.algosdk.transaction
 
Transaction.Type - Enum in com.algorand.algosdk.transaction
TxType represents a transaction type.
TransactionApplication - Class in com.algorand.algosdk.v2.client.model
Fields for application transactions.
TransactionApplication() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionApplication
 
TransactionAssetConfig - Class in com.algorand.algosdk.v2.client.model
Fields for asset allocation, re-configuration, and destruction.
TransactionAssetConfig() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionAssetConfig
 
TransactionAssetFreeze - Class in com.algorand.algosdk.v2.client.model
Fields for an asset freeze transaction.
TransactionAssetFreeze() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionAssetFreeze
 
TransactionAssetTransfer - Class in com.algorand.algosdk.v2.client.model
Fields for an asset transfer transaction.
TransactionAssetTransfer() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionAssetTransfer
 
TransactionBuilder<T extends TransactionBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
TransactionBuilder has parameters common to all transactions types.
TransactionBuilder(Transaction.Type) - Constructor for class com.algorand.algosdk.builder.transaction.TransactionBuilder
 
TransactionGroupLedgerStateDeltasForRoundResponse - Class in com.algorand.algosdk.v2.client.model
Response containing all ledger state deltas for transaction groups, with their associated Ids, in a single round.
TransactionGroupLedgerStateDeltasForRoundResponse() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionGroupLedgerStateDeltasForRoundResponse
 
transactionID - Variable in class com.algorand.algosdk.transaction.SignedTransaction
 
TransactionKeyreg - Class in com.algorand.algosdk.v2.client.model
Fields for a keyreg transaction.
TransactionKeyreg() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionKeyreg
 
TransactionParametersBuilder<T extends TransactionParametersBuilder<T>> - Class in com.algorand.algosdk.builder.transaction
 
TransactionParametersBuilder() - Constructor for class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
 
TransactionParametersResponse - Class in com.algorand.algosdk.v2.client.model
TransactionParams contains the parameters that help a client construct a new transaction.
TransactionParametersResponse() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionParametersResponse
 
TransactionParams - Class in com.algorand.algosdk.v2.client.algod
Get parameters for constructing a new transaction /v2/transactions/params
TransactionParams(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.TransactionParams
 
TransactionParams() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Get parameters for constructing a new transaction /v2/transactions/params
TransactionPayment - Class in com.algorand.algosdk.v2.client.model
Fields for a payment transaction.
TransactionPayment() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionPayment
 
TransactionProofResponse - Class in com.algorand.algosdk.v2.client.model
Proof of transaction in a block.
TransactionProofResponse() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionProofResponse
 
TransactionResponse - Class in com.algorand.algosdk.v2.client.model
 
TransactionResponse() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionResponse
 
transactions - Variable in class com.algorand.algosdk.v2.client.model.Block
(txns) list of transactions corresponding to a given round.
transactions - Variable in class com.algorand.algosdk.v2.client.model.TransactionsResponse
 
TransactionSignature - Class in com.algorand.algosdk.v2.client.model
Validation signature associated with some data.
TransactionSignature() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionSignature
 
TransactionSignatureLogicsig - Class in com.algorand.algosdk.v2.client.model
(lsig) Programatic transaction signature.
TransactionSignatureLogicsig() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionSignatureLogicsig
 
TransactionSignatureMultisig - Class in com.algorand.algosdk.v2.client.model
(msig) structure holding multiple subsignatures.
TransactionSignatureMultisig() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisig
 
TransactionSignatureMultisigSubsignature - Class in com.algorand.algosdk.v2.client.model
 
TransactionSignatureMultisigSubsignature() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisigSubsignature
 
TransactionsResponse - Class in com.algorand.algosdk.v2.client.model
 
TransactionsResponse() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionsResponse
 
transactionsRoot - Variable in class com.algorand.algosdk.v2.client.model.Block
 
transactionsRoot() - Method in class com.algorand.algosdk.v2.client.model.Block
 
transactionsRoot(String) - Method in class com.algorand.algosdk.v2.client.model.Block
(txn) TransactionsRoot authenticates the set of transactions appearing in the block.
transactionsRootSha256 - Variable in class com.algorand.algosdk.v2.client.model.Block
 
transactionsRootSha256() - Method in class com.algorand.algosdk.v2.client.model.Block
 
transactionsRootSha256(String) - Method in class com.algorand.algosdk.v2.client.model.Block
(txn256) TransactionsRootSHA256 is an auxiliary TransactionRoot, built using a vector commitment instead of a merkle tree, and SHA256 hash function instead of the default SHA512_256.
TransactionStateProof - Class in com.algorand.algosdk.v2.client.model
Fields for a state proof transaction.
TransactionStateProof() - Constructor for class com.algorand.algosdk.v2.client.model.TransactionStateProof
 
TransactionWithSigner - Class in com.algorand.algosdk.transaction
 
TransactionWithSigner(Transaction, TxnSigner) - Constructor for class com.algorand.algosdk.transaction.TransactionWithSigner
 
treedepth - Variable in class com.algorand.algosdk.v2.client.model.LightBlockHeaderProof
Represents the depth of the tree that is being proven, i.e.
treedepth - Variable in class com.algorand.algosdk.v2.client.model.TransactionProofResponse
Represents the depth of the tree that is being proven, i.e.
treeDepth - Variable in class com.algorand.algosdk.v2.client.model.MerkleArrayProof
(td)
tx - Variable in class com.algorand.algosdk.transaction.SignedTransaction
 
TxAnyType - Static variable in class com.algorand.algosdk.abi.Method
 
TxArgTypes - Static variable in class com.algorand.algosdk.abi.Method
 
TxGroup - Class in com.algorand.algosdk.transaction
TxGroup exports computeGroupID and assignGroupID functions
txid - Variable in class com.algorand.algosdk.v2.client.model.ApplicationLogData
Transaction ID
txid(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
Lookup the specific transaction by ID.
txid(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupApplicationLogsByID
Lookup the specific transaction by ID.
txid(String) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
Lookup the specific transaction by ID.
txid(String) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
Lookup the specific transaction by ID.
txId - Variable in class com.algorand.algosdk.v2.client.model.PostTransactionsResponse
encoding of the transaction hash.
txID - Variable in class com.algorand.algosdk.transaction.AtomicTransactionComposer.ReturnValue
 
txID() - Method in class com.algorand.algosdk.transaction.Transaction
Return transaction ID as string
txIDs - Variable in class com.algorand.algosdk.transaction.AtomicTransactionComposer.ExecuteResult
 
txInfo - Variable in class com.algorand.algosdk.transaction.AtomicTransactionComposer.ReturnValue
 
txn - Variable in class com.algorand.algosdk.transaction.TransactionWithSigner
 
txn - Variable in class com.algorand.algosdk.v2.client.model.PendingTransactionResponse
The raw signed transaction.
txnCounter - Variable in class com.algorand.algosdk.v2.client.model.Block
(tc) TxnCounter counts the number of transactions committed in the ledger, from the time at which support for this feature was introduced.
txnGroups - Variable in class com.algorand.algosdk.v2.client.model.SimulateRequest
The transaction groups to simulate.
txnGroups - Variable in class com.algorand.algosdk.v2.client.model.SimulateResponse
A result object for each transaction group that was simulated.
txnIndex - Variable in class com.algorand.algosdk.v2.client.model.DryrunSource
 
txnResult - Variable in class com.algorand.algosdk.v2.client.model.SimulateTransactionResult
Details about a pending transaction.
txnResults - Variable in class com.algorand.algosdk.v2.client.model.SimulateTransactionGroupResult
Simulation result for individual transactions
txns - Variable in class com.algorand.algosdk.v2.client.model.DryrunRequest
 
txns - Variable in class com.algorand.algosdk.v2.client.model.DryrunResponse
 
txns - Variable in class com.algorand.algosdk.v2.client.model.SimulateRequestTransactionGroup
An atomic transaction group.
TxnSigner - Interface in com.algorand.algosdk.transaction
 
txType - Variable in class com.algorand.algosdk.v2.client.model.Transaction
(type) Indicates what type of transaction this is.
txType(Enums.TxType) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAccountTransactions
 
txType(Enums.TxType) - Method in class com.algorand.algosdk.v2.client.indexer.LookupAssetTransactions
 
txType(Enums.TxType) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForTransactions
 
type - Variable in class com.algorand.algosdk.abi.Method.Arg
 
type - Variable in class com.algorand.algosdk.abi.Method.Returns
 
type - Variable in class com.algorand.algosdk.builder.transaction.TransactionBuilder
 
type - Variable in class com.algorand.algosdk.transaction.Transaction
 
type - Variable in class com.algorand.algosdk.v2.client.model.AvmValue
value type.
type - Variable in class com.algorand.algosdk.v2.client.model.StateProofTracking
State Proof Type.
type - Variable in class com.algorand.algosdk.v2.client.model.TealValue
(tt) value type.
TypeAddress - Class in com.algorand.algosdk.abi
 
TypeAddress() - Constructor for class com.algorand.algosdk.abi.TypeAddress
 
TypeArrayDynamic - Class in com.algorand.algosdk.abi
 
TypeArrayDynamic(ABIType) - Constructor for class com.algorand.algosdk.abi.TypeArrayDynamic
 
TypeArrayStatic - Class in com.algorand.algosdk.abi
 
TypeArrayStatic(ABIType, int) - Constructor for class com.algorand.algosdk.abi.TypeArrayStatic
 
TypeBool - Class in com.algorand.algosdk.abi
 
TypeBool() - Constructor for class com.algorand.algosdk.abi.TypeBool
 
TypeByte - Class in com.algorand.algosdk.abi
 
TypeByte() - Constructor for class com.algorand.algosdk.abi.TypeByte
 
TypeString - Class in com.algorand.algosdk.abi
 
TypeString() - Constructor for class com.algorand.algosdk.abi.TypeString
 
TypeTuple - Class in com.algorand.algosdk.abi
 
TypeTuple(List<ABIType>) - Constructor for class com.algorand.algosdk.abi.TypeTuple
 
TypeUfixed - Class in com.algorand.algosdk.abi
 
TypeUfixed(int, int) - Constructor for class com.algorand.algosdk.abi.TypeUfixed
 
TypeUint - Class in com.algorand.algosdk.abi
 
TypeUint(int) - Constructor for class com.algorand.algosdk.abi.TypeUint
 

U

uint - Variable in class com.algorand.algosdk.v2.client.model.AvmValue
uint value.
uint - Variable in class com.algorand.algosdk.v2.client.model.EvalDelta
(ui) uint value.
uint - Variable in class com.algorand.algosdk.v2.client.model.TealValue
(ui) uint value.
UINT64_LENGTH - Static variable in class com.algorand.algosdk.util.Encoder
The length of an encoded uint64, in bytes.
unifyToArrayOfObjects(Object) - Static method in class com.algorand.algosdk.util.GenericObjToArray
Given an array/list-like object, infer an array of objects
unit(String) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAssets
Filter just assets with the given unit.
unitName - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
(un) Name of a unit of this asset, as supplied by the creator.
unitNameB64 - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
 
unitNameB64() - Method in class com.algorand.algosdk.v2.client.model.AssetParams
 
unitNameB64(String) - Method in class com.algorand.algosdk.v2.client.model.AssetParams
Base64 encoded name of a unit of this asset, as supplied by the creator.
UNKNOWN - com.algorand.algosdk.v2.client.model.Enums.AddressRole
 
UNKNOWN - com.algorand.algosdk.v2.client.model.Enums.Exclude
 
UNKNOWN - com.algorand.algosdk.v2.client.model.Enums.Hashtype
 
UNKNOWN - com.algorand.algosdk.v2.client.model.Enums.OnCompletion
 
UNKNOWN - com.algorand.algosdk.v2.client.model.Enums.SigType
 
UNKNOWN - com.algorand.algosdk.v2.client.model.Enums.TxType
 
unnamedResourcesAccessed - Variable in class com.algorand.algosdk.v2.client.model.SimulateTransactionGroupResult
These are resources that were accessed by this group that would normally have caused failure, but were allowed in simulation.
unnamedResourcesAccessed - Variable in class com.algorand.algosdk.v2.client.model.SimulateTransactionResult
These are resources that were accessed by this group that would normally have caused failure, but were allowed in simulation.
UnsetSyncRound - Class in com.algorand.algosdk.v2.client.algod
Unset the ledger sync round.
UnsetSyncRound(Client) - Constructor for class com.algorand.algosdk.v2.client.algod.UnsetSyncRound
 
UnsetSyncRound() - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Unset the ledger sync round.
update(long, long, boolean) - Method in interface com.algorand.algosdk.kmd.client.ProgressResponseBody.ProgressListener
 
UPDATE - com.algorand.algosdk.v2.client.model.Enums.OnCompletion
 
UpdateApplicationOC - com.algorand.algosdk.transaction.Transaction.OnCompletion
 
updateParamsForAuth(String[], List<Pair>, Map<String, String>) - Method in class com.algorand.algosdk.kmd.client.ApiClient
Update query and header parameters based on authentication settings.
upgradeApprove - Variable in class com.algorand.algosdk.v2.client.model.BlockUpgradeVote
(upgradeyes) Indicates a yes vote for the current proposal.
upgradeDelay - Variable in class com.algorand.algosdk.v2.client.model.BlockUpgradeVote
(upgradedelay) Indicates the time between acceptance and execution.
upgradeDelay - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
Upgrade delay
upgradeNextProtocolVoteBefore - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
Next protocol round
upgradeNodeVote - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
This node's upgrade vote
upgradeNoVotes - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
No votes cast for consensus upgrade
upgradePropose - Variable in class com.algorand.algosdk.v2.client.model.BlockUpgradeVote
(upgradeprop) Indicates a proposed upgrade.
upgradeState - Variable in class com.algorand.algosdk.v2.client.model.Block
Fields relating to a protocol upgrade.
upgradeVote - Variable in class com.algorand.algosdk.v2.client.model.Block
Fields relating to voting for a protocol upgrade.
upgradeVoteRounds - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
Total voting rounds for current upgrade
upgradeVotes - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
Total votes cast for consensus upgrade
upgradeVotesRequired - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
Yes votes required for consensus upgrade
upgradeYesVotes - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
Yes votes cast for consensus upgrade
url - Variable in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
 
url - Variable in class com.algorand.algosdk.transaction.AssetParams
 
url - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
(au) URL where more information about the asset can be retrieved.
url(String) - Method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
Set url.
urlB64 - Variable in class com.algorand.algosdk.v2.client.model.AssetParams
 
urlB64() - Method in class com.algorand.algosdk.v2.client.model.AssetParams
 
urlB64(String) - Method in class com.algorand.algosdk.v2.client.model.AssetParams
Base64 encoded URL where more information about the asset can be retrieved.
Utils - Class in com.algorand.algosdk.v2.client.common
 
Utils - Class in com.algorand.algosdk.v2.client
 
Utils() - Constructor for class com.algorand.algosdk.v2.client.common.Utils
 
Utils() - Constructor for class com.algorand.algosdk.v2.client.Utils
 
Utils.StackPrinterConfig - Class in com.algorand.algosdk.v2.client
StackPrinterConfig contains configuration parameters for printing the trace from a DryrunTxnResult.

V

value - Variable in class com.algorand.algosdk.transaction.AtomicTransactionComposer.ReturnValue
 
value - Variable in class com.algorand.algosdk.v2.client.model.AvmKeyValue
Represents an AVM value.
value - Variable in class com.algorand.algosdk.v2.client.model.Box
 
value - Variable in class com.algorand.algosdk.v2.client.model.EvalDeltaKeyValue
Represents a TEAL value delta.
value - Variable in class com.algorand.algosdk.v2.client.model.KvDelta
 
value - Variable in class com.algorand.algosdk.v2.client.model.TealKeyValue
Represents a TEAL value.
value() - Method in class com.algorand.algosdk.v2.client.model.Box
 
value() - Method in class com.algorand.algosdk.v2.client.model.KvDelta
 
value(String) - Method in class com.algorand.algosdk.v2.client.model.Box
(value) box value, base64 encoded.
value(String) - Method in class com.algorand.algosdk.v2.client.model.KvDelta
The new value of the KV store entry, base64 encoded.
valueOf(String) - Static method in class com.algorand.algosdk.abi.ABIType
Deserialize ABI type scheme from string
valueOf(String) - Static method in enum com.algorand.algosdk.kmd.client.auth.OAuthFlow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algorand.algosdk.transaction.AtomicTransactionComposer.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algorand.algosdk.transaction.Transaction.OnCompletion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algorand.algosdk.transaction.Transaction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.AddressRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.Exclude
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.Hashtype
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.OnCompletion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.SigType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algorand.algosdk.v2.client.model.Enums.TxType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.algorand.algosdk.kmd.client.auth.OAuthFlow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algorand.algosdk.transaction.AtomicTransactionComposer.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algorand.algosdk.transaction.Transaction.OnCompletion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algorand.algosdk.transaction.Transaction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algorand.algosdk.v2.client.model.Enums.AddressRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algorand.algosdk.v2.client.model.Enums.Exclude
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algorand.algosdk.v2.client.model.Enums.Hashtype
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algorand.algosdk.v2.client.model.Enums.OnCompletion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algorand.algosdk.v2.client.model.Enums.SigType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algorand.algosdk.v2.client.model.Enums.TxType
Returns an array containing the constants of this enum type, in the order they are declared.
verifier - Variable in class com.algorand.algosdk.v2.client.model.StateProofParticipant
(p)
verify(byte[]) - Method in class com.algorand.algosdk.crypto.MultisigSignature
Performs signature verification
verify(Address) - Method in class com.algorand.algosdk.crypto.LogicsigSignature
Perform signature verification against the sender address
verifyBytes(byte[], Signature) - Method in class com.algorand.algosdk.crypto.Address
verifyBytes verifies that the signature for the message is valid for the public key.
verifyingKey - Variable in class com.algorand.algosdk.v2.client.model.StateProofSignature
 
verifyingKey() - Method in class com.algorand.algosdk.v2.client.model.StateProofSignature
 
verifyingKey(String) - Method in class com.algorand.algosdk.v2.client.model.StateProofSignature
(vkey)
version - Variable in class com.algorand.algosdk.crypto.MultisigAddress
 
version - Variable in class com.algorand.algosdk.crypto.MultisigSignature
 
version - Variable in class com.algorand.algosdk.logic.SourceMap
 
version - Variable in class com.algorand.algosdk.v2.client.model.HealthCheck
Current version.
version - Variable in class com.algorand.algosdk.v2.client.model.SimulateResponse
The version of this response object.
version - Variable in class com.algorand.algosdk.v2.client.model.TransactionSignatureMultisig
(v)
Version - Class in com.algorand.algosdk.v2.client.model
algod version information.
Version() - Constructor for class com.algorand.algosdk.v2.client.model.Version
 
versions - Variable in class com.algorand.algosdk.v2.client.model.Version
 
versions(List<String>) - Method in class com.algorand.algosdk.kmd.client.model.VersionsResponse
 
VersionsRequest - Class in com.algorand.algosdk.kmd.client.model
VersionsRequest is the request for `GET /versions`
VersionsRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.VersionsRequest
 
VersionsResponse - Class in com.algorand.algosdk.kmd.client.model
VersionsResponse is the response to `GET /versions` friendly:VersionsResponse
VersionsResponse() - Constructor for class com.algorand.algosdk.kmd.client.model.VersionsResponse
 
VoidRetType - Static variable in class com.algorand.algosdk.abi.Method.Returns
 
voteFirst - Variable in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
 
voteFirst - Variable in class com.algorand.algosdk.transaction.Transaction
 
voteFirst(Integer) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the voteFirst value.
voteFirst(Long) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the voteFirst value.
voteFirst(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the voteFirst value.
voteFirstValid - Variable in class com.algorand.algosdk.v2.client.model.AccountParticipation
(voteFst) First round for which this participation is valid.
voteFirstValid - Variable in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
(votefst) First round this participation key is valid.
voteKeyDilution - Variable in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
 
voteKeyDilution - Variable in class com.algorand.algosdk.transaction.Transaction
 
voteKeyDilution - Variable in class com.algorand.algosdk.v2.client.model.AccountParticipation
(voteKD) Number of subkeys in each batch of participation keys.
voteKeyDilution - Variable in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
(votekd) Number of subkeys in each batch of participation keys.
voteKeyDilution(Integer) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the voteKeyDilution value.
voteKeyDilution(Long) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the voteKeyDilution value.
voteKeyDilution(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the voteKeyDilution value.
voteLast - Variable in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
 
voteLast - Variable in class com.algorand.algosdk.transaction.Transaction
 
voteLast(Integer) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the voteLast value.
voteLast(Long) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the voteLast value.
voteLast(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
Set the voteLast value.
voteLastValid - Variable in class com.algorand.algosdk.v2.client.model.AccountParticipation
(voteLst) Last round for which this participation is valid.
voteLastValid - Variable in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
(votelst) Last round this participation key is valid.
voteParticipationKey - Variable in class com.algorand.algosdk.v2.client.model.AccountParticipation
 
voteParticipationKey - Variable in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
 
voteParticipationKey() - Method in class com.algorand.algosdk.v2.client.model.AccountParticipation
 
voteParticipationKey() - Method in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
 
voteParticipationKey(String) - Method in class com.algorand.algosdk.v2.client.model.AccountParticipation
(vote) root participation public key (if any) currently registered for this round.
voteParticipationKey(String) - Method in class com.algorand.algosdk.v2.client.model.TransactionKeyreg
(votekey) Participation public key used in key registration transactions.
votePK - Variable in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
 
votePK - Variable in class com.algorand.algosdk.transaction.Transaction
 
votersCommitment - Variable in class com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
 
votersCommitment - Variable in class com.algorand.algosdk.v2.client.model.StateProofMessage
 
votersCommitment - Variable in class com.algorand.algosdk.v2.client.model.StateProofTracking
 
votersCommitment() - Method in class com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
 
votersCommitment() - Method in class com.algorand.algosdk.v2.client.model.StateProofMessage
 
votersCommitment() - Method in class com.algorand.algosdk.v2.client.model.StateProofTracking
 
votersCommitment(String) - Method in class com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
(v)
votersCommitment(String) - Method in class com.algorand.algosdk.v2.client.model.StateProofMessage
The vector commitment root of the top N accounts to sign the next StateProof.
votersCommitment(String) - Method in class com.algorand.algosdk.v2.client.model.StateProofTracking
(v) Root of a vector commitment containing online accounts that will help sign the proof.
VRFPublicKey - Class in com.algorand.algosdk.crypto
A serializable representation of a VRF public key.
VRFPublicKey() - Constructor for class com.algorand.algosdk.crypto.VRFPublicKey
 
VRFPublicKey(byte[]) - Constructor for class com.algorand.algosdk.crypto.VRFPublicKey
Create a new VRF key.

W

WaitForBlock - Class in com.algorand.algosdk.v2.client.algod
Waits for a block to appear after round {round} and returns the node's status at the time.
WaitForBlock(Client, Long) - Constructor for class com.algorand.algosdk.v2.client.algod.WaitForBlock
 
WaitForBlock(Long) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
Waits for a block to appear after round {round} and returns the node's status at the time.
waitForConfirmation(AlgodClient, String, int) - Static method in class com.algorand.algosdk.v2.client.Utils
Wait until a transaction has been confirmed or rejected by the network or wait until waitRound fully elapsed
wallet(APIV1Wallet) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
 
wallet(APIV1Wallet) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
 
wallet(APIV1Wallet) - Method in class com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
 
walletDriverName(String) - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
walletHandle(APIV1WalletHandle) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
 
walletHandle(APIV1WalletHandle) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportMasterKeyRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportMultisigRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.GenerateKeyRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ImportKeyRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ImportMultisigRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ListKeysRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ListMultisigRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.ReleaseWalletHandleTokenRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.RenewWalletHandleTokenRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
 
walletHandleToken(String) - Method in class com.algorand.algosdk.kmd.client.model.WalletInfoRequest
 
walletId(String) - Method in class com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
 
walletId(String) - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
 
WalletInfoRequest - Class in com.algorand.algosdk.kmd.client.model
APIV1POSTWalletInfoRequest is the request for `POST /v1/wallet/info`
WalletInfoRequest() - Constructor for class com.algorand.algosdk.kmd.client.model.WalletInfoRequest
 
walletName(String) - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
walletName(String) - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
 
walletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.CreateWalletRequest
 
walletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
 
walletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.DeleteMultisigRequest
 
walletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportKeyRequest
 
walletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.ExportMasterKeyRequest
 
walletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
 
walletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.RenameWalletRequest
 
walletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
 
walletPassword(String) - Method in class com.algorand.algosdk.kmd.client.model.SignTransactionRequest
 
wallets(List<APIV1Wallet>) - Method in class com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
 
weight - Variable in class com.algorand.algosdk.v2.client.model.StateProofParticipant
(w)
Wordlist - Class in com.algorand.algosdk.mnemonic
 
Wordlist() - Constructor for class com.algorand.algosdk.mnemonic.Wordlist
 
write(JsonWriter, byte[]) - Method in class com.algorand.algosdk.kmd.client.JSON.ByteArrayAdapter
 
write(JsonWriter, Date) - Method in class com.algorand.algosdk.kmd.client.JSON.SqlDateTypeAdapter
 
write(JsonWriter, Date) - Method in class com.algorand.algosdk.kmd.client.JSON.DateTypeAdapter
 
write(JsonWriter, LocalDate) - Method in class com.algorand.algosdk.kmd.client.JSON.LocalDateTypeAdapter
 
write(JsonWriter, OffsetDateTime) - Method in class com.algorand.algosdk.kmd.client.JSON.OffsetDateTimeTypeAdapter
 
writeTo(BufferedSink) - Method in class com.algorand.algosdk.kmd.client.ProgressRequestBody
 

X

xferAsset - Variable in class com.algorand.algosdk.transaction.Transaction
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages