Index
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.algod.client.auth.OAuthFlow
- 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 - 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.algod.client.model
-
Account Description
- 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.algod.client.model.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(String) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get account information.
- 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}
- accountInformationAsync(String, ApiCallback<Account>) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get account information.
- accountInformationCall(String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Build call for accountInformation
- accountInformationWithHttpInfo(String) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get account information.
- 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.TransactionApplication
- 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.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.algod.client.ApiClient
-
Add a default header.
- addDefaultHeader(String, String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
-
Add a default header.
- addMethodArgs(Object) - Method in class com.algorand.algosdk.transaction.MethodCallParams.Builder
-
Deprecated.
- 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.templates.ContractTemplate
-
Deprecated.
- 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.algod.client.model.Account
- 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
- AddressParameterValue(int, byte[]) - Constructor for class com.algorand.algosdk.templates.ContractTemplate.AddressParameterValue
-
Deprecated.
- AddressParameterValue(int, Address) - Constructor for class com.algorand.algosdk.templates.ContractTemplate.AddressParameterValue
-
Deprecated.
- AddressParameterValue(int, String) - Constructor for class com.algorand.algosdk.templates.ContractTemplate.AddressParameterValue
-
Deprecated.
- 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.
- addTransactionsItem(Transaction) - Method in class com.algorand.algosdk.algod.client.model.TransactionList
- addVersionsItem(String) - Method in class com.algorand.algosdk.algod.client.model.Version
- 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
- AlgodApi - Class in com.algorand.algosdk.algod.client.api
- AlgodApi() - Constructor for class com.algorand.algosdk.algod.client.api.AlgodApi
- AlgodApi(ApiClient) - Constructor for class com.algorand.algosdk.algod.client.api.AlgodApi
- AlgodClient - Class in com.algorand.algosdk.algod.client
- AlgodClient - Class in com.algorand.algosdk.v2.client.common
- AlgodClient() - Constructor for class com.algorand.algosdk.algod.client.AlgodClient
- 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
- 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.algod.client.model.Account
- amount(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
- amount(BigInteger) - Method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
-
Set the number of microalgos to transfer from sender to receiver.
- amountwithoutpendingrewards(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.Account
- 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.algod.client
-
Callback for asynchronous API call.
- ApiCallback<T> - Interface in com.algorand.algosdk.kmd.client
-
Callback for asynchronous API call.
- ApiClient - Class in com.algorand.algosdk.algod.client
- ApiClient - Class in com.algorand.algosdk.kmd.client
- ApiClient() - Constructor for class com.algorand.algosdk.algod.client.ApiClient
- ApiClient() - Constructor for class com.algorand.algosdk.kmd.client.ApiClient
- ApiException - Exception in com.algorand.algosdk.algod.client
- ApiException - Exception in com.algorand.algosdk.kmd.client
- ApiException() - Constructor for exception com.algorand.algosdk.algod.client.ApiException
- ApiException() - Constructor for exception com.algorand.algosdk.kmd.client.ApiException
- ApiException(int, String) - Constructor for exception com.algorand.algosdk.algod.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.algod.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.algod.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.algod.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.algod.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.algod.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.algod.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.algod.client.ApiException
- ApiException(Throwable) - Constructor for exception com.algorand.algosdk.kmd.client.ApiException
- ApiKeyAuth - Class in com.algorand.algosdk.algod.client.auth
- ApiKeyAuth - Class in com.algorand.algosdk.kmd.client.auth
- ApiKeyAuth(String, String) - Constructor for class com.algorand.algosdk.algod.client.auth.ApiKeyAuth
- ApiKeyAuth(String, String) - Constructor for class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
- ApiResponse<T> - Class in com.algorand.algosdk.algod.client
-
API response returned by API call.
- 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.algod.client.ApiResponse
- 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.algod.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_ID_PREFIX - Static variable in class com.algorand.algosdk.crypto.Address
- 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
- 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
- APPL - com.algorand.algosdk.v2.client.model.Enums.TxType
- application - com.algorand.algosdk.algod.client.auth.OAuthFlow
- 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
-
Create a
ApplicationCallTransactionBuilder
. - 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
-
Create a
ApplicationClearTransactionBuilder
. - 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
-
Create a
ApplicationCloseTransactionBuilder
. - 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
-
Create a
ApplicationCreateTransactionBuilder
. - 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
-
Create a
ApplicationDeleteTransactionBuilder
. - 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.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.
- 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
-
Create a
ApplicationOptInTransactionBuilder
. - 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
- 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
-
Create a
ApplicationUpdateTransactionBuilder
. - 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.algod.client.auth.ApiKeyAuth
- applyToParams(List<Pair>, Map<String, String>) - Method in interface com.algorand.algosdk.algod.client.auth.Authentication
-
Apply authentication settings to header and query params.
- applyToParams(List<Pair>, Map<String, String>) - Method in class com.algorand.algosdk.algod.client.auth.HttpBasicAuth
- applyToParams(List<Pair>, Map<String, String>) - Method in class com.algorand.algosdk.algod.client.auth.OAuth
- 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".
- apps - Variable in class com.algorand.algosdk.v2.client.model.DryrunRequest
- 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
- 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.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
-
Create a
AssetAcceptTransactionBuilder
. - 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
-
Create a
AssetClawbackTransactionBuilder
. - 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
-
Create a
AssetConfigureTransactionBuilder
. - 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
-
Create a
AssetCreateTransactionBuilder
. - 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
-
Create a
AssetDestroyTransactionBuilder
. - 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
-
Create a
AssetFreezeTransactionBuilder
. - 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.algod.client.model
- AssetHolding - Class in com.algorand.algosdk.v2.client.model
-
Describes an asset held by an account.
- AssetHolding() - Constructor for class com.algorand.algosdk.algod.client.model.AssetHolding
- AssetHolding() - Constructor for class com.algorand.algosdk.v2.client.model.AssetHolding
- 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.
- assetInformation(BigInteger) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get asset information.
- assetInformationAsync(BigInteger, ApiCallback<AssetParams>) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get asset information.
- assetInformationCall(BigInteger, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Build call for assetInformation
- assetInformationWithHttpInfo(BigInteger) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get asset information.
- assetManager - Variable in class com.algorand.algosdk.transaction.AssetParams
- assetname(String) - Method in class com.algorand.algosdk.algod.client.model.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.algod.client.model
-
AssetParams specifies the parameteres for an asset
- 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.algod.client.model.AssetParams
- 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(Map<BigInteger, AssetHolding>) - Method in class com.algorand.algosdk.algod.client.model.Account
- 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
-
Create a
AssetTransferTransactionBuilder
. - 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
- assignGroupID(Transaction[], Address) - Static method in class com.algorand.algosdk.transaction.TxGroup
-
Deprecated.
- 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.algod.client.auth
- Authentication - Interface in com.algorand.algosdk.kmd.client.auth
- 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.algod.client.model
-
Block contains a block information
- Block - Class in com.algorand.algosdk.v2.client.model
-
Block information.
- Block() - Constructor for class com.algorand.algosdk.algod.client.model.Block
- Block() - Constructor for class com.algorand.algosdk.v2.client.model.Block
- 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
- 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
- branch - Variable in class com.algorand.algosdk.v2.client.model.BuildVersion
- branch - Variable in class com.algorand.algosdk.v2.client.model.VersionBuild
- 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.algod.client.ApiClient
-
Build HTTP call with the given options.
- 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() - Constructor for class com.algorand.algosdk.transaction.MethodCallParams.Builder
-
Deprecated.
- Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationCallTransactionBuilder
-
Initialize a
ApplicationCallTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationClearTransactionBuilder
-
Initialize a
ApplicationClearTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationCloseTransactionBuilder
-
Initialize a
ApplicationCloseTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationCreateTransactionBuilder
-
Initialize a
ApplicationCreateTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationDeleteTransactionBuilder
-
Initialize a
ApplicationDeleteTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationOptInTransactionBuilder
-
Initialize a
ApplicationOptInTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.ApplicationUpdateTransactionBuilder
-
Initialize a
ApplicationUpdateTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetAcceptTransactionBuilder
-
Initialize a
AssetAcceptTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetClawbackTransactionBuilder
-
Initialize a
AssetClawbackTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetConfigureTransactionBuilder
-
Initialize a
AssetConfigureTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetCreateTransactionBuilder
-
Initialize a
AssetCreateTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetDestroyTransactionBuilder
-
Initialize a
AssetDestroyTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetFreezeTransactionBuilder
-
Initialize a
AssetFreezeTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.AssetTransferTransactionBuilder
-
Initialize a
AssetTransferTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.KeyRegistrationTransactionBuilder
-
Initialize a
KeyRegistrationTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder
-
Initialize a
MethodCallTransactionBuilder
. - Builder() - Static method in class com.algorand.algosdk.builder.transaction.PaymentTransactionBuilder
-
Initialize a
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
- buildNumber - Variable in class com.algorand.algosdk.v2.client.model.VersionBuild
- buildRequest(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.algod.client.ApiClient
-
Build an HTTP request with the given options.
- 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.algod.client.ApiClient
-
Build a form-encoding request body with the given form parameters.
- 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.algod.client.ApiClient
-
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
- 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.algod.client.ApiClient
-
Build full URL by concatenating base path, the given sub path and query parameters.
- 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.algod.client.JSON.ByteArrayAdapter
- ByteArrayAdapter() - Constructor for class com.algorand.algosdk.kmd.client.JSON.ByteArrayAdapter
- byteBlock - Variable in class com.algorand.algosdk.logic.Logic.ProgramData
- 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.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
- BytesParameterValue(int, byte[]) - Constructor for class com.algorand.algosdk.templates.ContractTemplate.BytesParameterValue
-
Deprecated.
- BytesParameterValue(int, Lease) - Constructor for class com.algorand.algosdk.templates.ContractTemplate.BytesParameterValue
-
Deprecated.
- BytesParameterValue(int, String) - Constructor for class com.algorand.algosdk.templates.ContractTemplate.BytesParameterValue
-
Deprecated.
- 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
- CatchpointAbortResponse - Class in com.algorand.algosdk.v2.client.model
- CatchpointAbortResponse() - Constructor for class com.algorand.algosdk.v2.client.model.CatchpointAbortResponse
- 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
- CatchpointStartResponse - Class in com.algorand.algosdk.v2.client.model
- CatchpointStartResponse() - Constructor for class com.algorand.algosdk.v2.client.model.CatchpointStartResponse
- 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
- 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
- catchupMessage - Variable in class com.algorand.algosdk.v2.client.model.CatchpointAbortResponse
-
Catchup abort response string
- catchupMessage - Variable in class com.algorand.algosdk.v2.client.model.CatchpointStartResponse
-
Catchup start response string
- catchupTime - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
-
CatchupTime in nanoseconds
- catchupTime(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
- 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
- channel - Variable in class com.algorand.algosdk.v2.client.model.VersionBuild
- checkProgram(byte[], List<byte[]>) - Static method in class com.algorand.algosdk.logic.Logic
-
Performs basic program validation: instruction count and program cost
- 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.
- clawbackaddr(String) - Method in class com.algorand.algosdk.algod.client.model.AssetParams
- 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".
- 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.
- close(String) - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
- closeamount(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
- closeAmount - Variable in class com.algorand.algosdk.v2.client.model.TransactionAssetTransfer
-
Number of assets transfered 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(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
- 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.algod.client - package com.algorand.algosdk.algod.client
- com.algorand.algosdk.algod.client.api - package com.algorand.algosdk.algod.client.api
- com.algorand.algosdk.algod.client.auth - package com.algorand.algosdk.algod.client.auth
- com.algorand.algosdk.algod.client.lib - package com.algorand.algosdk.algod.client.lib
- com.algorand.algosdk.algod.client.model - package com.algorand.algosdk.algod.client.model
- 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.templates - package com.algorand.algosdk.templates
- 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
- commitHash - Variable in class com.algorand.algosdk.v2.client.model.VersionBuild
- commitHash() - Method in class com.algorand.algosdk.v2.client.model.VersionBuild
- commitHash(String) - Method in class com.algorand.algosdk.v2.client.model.VersionBuild
- 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.algod.client
- Configuration - Class in com.algorand.algosdk.kmd.client
- Configuration() - Constructor for class com.algorand.algosdk.algod.client.Configuration
- 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.
- consensusVersion(String) - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
- containsIgnoreCase(String[], String) - Static method in class com.algorand.algosdk.algod.client.StringUtil
-
Check if the given array contains the given value (with case-insensitive comparison).
- 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.algod.client.ProgressRequestBody
- contentLength() - Method in class com.algorand.algosdk.algod.client.ProgressResponseBody
- 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.algod.client.ProgressRequestBody
- contentType() - Method in class com.algorand.algosdk.algod.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
- ContractTemplate - Class in com.algorand.algosdk.templates
-
Deprecated.
- ContractTemplate(byte[]) - Constructor for class com.algorand.algosdk.templates.ContractTemplate
-
Deprecated.Initialize a contract template.
- ContractTemplate(LogicsigSignature) - Constructor for class com.algorand.algosdk.templates.ContractTemplate
-
Deprecated.Initialize a contract template.
- ContractTemplate(String) - Constructor for class com.algorand.algosdk.templates.ContractTemplate
-
Deprecated.Initialize a contract template.
- ContractTemplate.AddressParameterValue - Class in com.algorand.algosdk.templates
-
Deprecated.
- ContractTemplate.BytesParameterValue - Class in com.algorand.algosdk.templates
-
Deprecated.
- ContractTemplate.IntParameterValue - Class in com.algorand.algosdk.templates
-
Deprecated.
- convertToMultisigAddress() - Method in class com.algorand.algosdk.crypto.MultisigSignature
- cost - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
-
Net cost of app execution.
- createAssetAcceptTransaction(Address, BigInteger, BigInteger, BigInteger, byte[], String, Digest, BigInteger) - Static method in class com.algorand.algosdk.transaction.Transaction
-
Deprecated.
- createAssetConfigureTransaction(Address, BigInteger, BigInteger, BigInteger, byte[], String, Digest, BigInteger, Address, Address, Address, Address, boolean) - Static method in class com.algorand.algosdk.transaction.Transaction
-
Deprecated.
- createAssetCreateTransaction(Address, BigInteger, BigInteger, BigInteger, byte[], String, Digest, BigInteger, Integer, boolean, String, String, String, byte[], Address, Address, Address, Address) - Static method in class com.algorand.algosdk.transaction.Transaction
-
Deprecated.
- createAssetDestroyTransaction(Address, BigInteger, BigInteger, BigInteger, byte[], Digest, BigInteger) - Static method in class com.algorand.algosdk.transaction.Transaction
-
Deprecated.
- createAssetFreezeTransaction(Address, Address, boolean, BigInteger, BigInteger, BigInteger, byte[], Digest, BigInteger) - Static method in class com.algorand.algosdk.transaction.Transaction
-
Deprecated.
- createAssetRevokeTransaction(Address, Address, Address, BigInteger, BigInteger, BigInteger, BigInteger, byte[], String, Digest, BigInteger) - Static method in class com.algorand.algosdk.transaction.Transaction
-
Deprecated.
- createAssetTransferTransaction(Address, Address, Address, BigInteger, BigInteger, BigInteger, BigInteger, byte[], String, Digest, BigInteger) - Static method in class com.algorand.algosdk.transaction.Transaction
-
Deprecated.
- 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(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.TransactionResults
- 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.algod.client.JSON
- createGson() - Static method in class com.algorand.algosdk.kmd.client.JSON
- createKeyRegistrationTransaction(Address, BigInteger, BigInteger, BigInteger, byte[], String, Digest, ParticipationPublicKey, VRFPublicKey, BigInteger, BigInteger, BigInteger) - Static method in class com.algorand.algosdk.transaction.Transaction
-
Deprecated.
- createPaymentTransaction(Address, BigInteger, BigInteger, BigInteger, byte[], String, Digest, BigInteger, Address, Address) - Static method in class com.algorand.algosdk.transaction.Transaction
-
Deprecated.
- 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.algod.client.model.AssetParams
- 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.
- currentProtocol(String) - Method in class com.algorand.algosdk.algod.client.model.Block
- 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.algod.client.JSON.DateTypeAdapter
- DateTypeAdapter() - Constructor for class com.algorand.algosdk.kmd.client.JSON.DateTypeAdapter
- DateTypeAdapter(DateFormat) - Constructor for class com.algorand.algosdk.algod.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.
- decimals(Integer) - Method in class com.algorand.algosdk.algod.client.model.AssetParams
- 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.algod.client.api
- DefaultApi - Class in com.algorand.algosdk.kmd.client.api
- DefaultApi() - Constructor for class com.algorand.algosdk.algod.client.api.DefaultApi
- DefaultApi() - Constructor for class com.algorand.algosdk.kmd.client.api.DefaultApi
- DefaultApi(ApiClient) - Constructor for class com.algorand.algosdk.algod.client.api.DefaultApi
- DefaultApi(ApiClient) - Constructor for class com.algorand.algosdk.kmd.client.api.DefaultApi
- defaultfrozen(Boolean) - Method in class com.algorand.algosdk.algod.client.model.AssetParams
- 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.
- 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.algod.client.ApiClient
-
Deserialize response body to Java object, according to the return type and the Content-Type response header.
- 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.algod.client.JSON
-
Deserialize the given JSON string to Java object.
- 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.algod.client.ApiClient
-
Download file from the given response.
- 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
- DynamicFee - Class in com.algorand.algosdk.templates
-
Deprecated.
- DynamicFee() - Constructor for class com.algorand.algosdk.templates.DynamicFee
-
Deprecated.
- DynamicFee.SignedDynamicFee - Class in com.algorand.algosdk.templates
-
Deprecated.Container class for the signed dynamic fee data returned by SignDynamicFee.
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
- 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.
- 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.algod.client.model.Account
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.AssetParams
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.Block
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.Participation
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.PendingTransactions
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.Supply
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.Transaction
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.TransactionFee
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.TransactionID
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.TransactionList
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.TransactionResults
- equals(Object) - Method in class com.algorand.algosdk.algod.client.model.Version
- 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.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
- 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.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.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.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.Block
- 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.BlockUpgradeState
- equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BlockUpgradeVote
- equals(Object) - Method in class com.algorand.algosdk.v2.client.model.BuildVersion
- equals(Object) - Method in class com.algorand.algosdk.v2.client.model.CatchpointAbortResponse
- equals(Object) - Method in class com.algorand.algosdk.v2.client.model.CatchpointStartResponse
- 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.HealthCheck
- 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.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.ProofResponse
- 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.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.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.Version
- equals(Object) - Method in class com.algorand.algosdk.v2.client.model.VersionBuild
- 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.algod.client.ApiClient
-
Escape the given string to be used as URL query value.
- 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
- 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.
- 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.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.GetGenesis
-
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.GetProof
-
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.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.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.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.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.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.algod.client.ApiClient
- execute(Call) - Method in class com.algorand.algosdk.kmd.client.ApiClient
- execute(Call, Type) - Method in class com.algorand.algosdk.algod.client.ApiClient
-
Execute HTTP call and deserialize the HTTP response body into the given return type.
- 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.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.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.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.GetProof
-
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.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.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.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.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.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.algod.client.ApiClient
- executeAsync(Call, ApiCallback<T>) - Method in class com.algorand.algosdk.kmd.client.ApiClient
- executeAsync(Call, Type, ApiCallback<T>) - Method in class com.algorand.algosdk.algod.client.ApiClient
-
Execute HTTP call asynchronously.
- 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
- 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.
- 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
- 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.algod.client.model.Transaction
- fee(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.TransactionFee
- fee(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
- 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.
- findBoolLR(ABIType[], int, int) - Static method in class com.algorand.algosdk.abi.ABIType
- firstRound(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.Transaction
- 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.
- frac(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.Block
- 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.
- freezeaddr(String) - Method in class com.algorand.algosdk.algod.client.model.AssetParams
- 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
- from(String) - Method in class com.algorand.algosdk.algod.client.model.Transaction
- fromKey(byte[]) - Static method in class com.algorand.algosdk.mnemonic.Mnemonic
-
Converts a 32-byte key into a 25 word mnemonic.
- fromrewards(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.Transaction
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(byte[]) - Method in class com.algorand.algosdk.algod.client.model.Transaction
- genesishashb64(byte[]) - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
- genesisHashB64(byte[]) - Method in class com.algorand.algosdk.algod.client.model.Version
- 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(String) - Method in class com.algorand.algosdk.algod.client.model.Version
- 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.algod.client.model.Transaction
- genesisID(String) - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
- 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.algod.client.auth.OAuth
- 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.algod.client.model.Account
-
Address indicates the account public key
- 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
- getAmount() - Method in class com.algorand.algosdk.algod.client.model.Account
-
Amount indicates the total number of MicroAlgos in the account
- getAmount() - Method in class com.algorand.algosdk.algod.client.model.AssetHolding
-
Amount specifies the number of units held.
- getAmount() - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
-
Amount is the amount of MicroAlgos intended to be transferred
- getAmountwithoutpendingrewards() - Method in class com.algorand.algosdk.algod.client.model.Account
-
AmountWithoutPendingRewards specifies the amount of MicroAlgos in the account, without the pending rewards.
- getApiClient() - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
- getApiClient() - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
- getApiKey() - Method in class com.algorand.algosdk.algod.client.auth.ApiKeyAuth
- getApiKey() - Method in class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
- getApiKeyPrefix() - Method in class com.algorand.algosdk.algod.client.auth.ApiKeyAuth
- getApiKeyPrefix() - Method in class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
- 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.
- getAssetname() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
AssetName specifies the name of this asset, as supplied by the creator.
- getAuthentication(String) - Method in class com.algorand.algosdk.algod.client.ApiClient
-
Get authentication for the given name.
- getAuthentication(String) - Method in class com.algorand.algosdk.kmd.client.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class com.algorand.algosdk.algod.client.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getAuthentications() - Method in class com.algorand.algosdk.kmd.client.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getBasePath() - Method in class com.algorand.algosdk.algod.client.ApiClient
-
Get base path
- getBasePath() - Method in class com.algorand.algosdk.kmd.client.ApiClient
-
Get base path
- getBlock(BigInteger) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get the block for the given round.
- 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.
- getBlockAsync(BigInteger, ApiCallback<Block>) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get the block for the given round.
- getBlockCall(BigInteger, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Build call for getBlock
- getBlockWithHttpInfo(BigInteger) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get the block for 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
- getCatchupTime() - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
-
CatchupTime in nanoseconds
- getClawbackaddr() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
ClawbackAddr specifies the address used to clawback holdings of this asset.
- getClearTextPublicKey() - Method in class com.algorand.algosdk.account.Account
-
Convenience method for getting the underlying public key for raw operations.
- getClose() - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
-
CloseRemainderTo is the address the sender closed to
- getCloseamount() - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
-
CloseAmount is the amount sent to CloseRemainderTo, for committed transaction
- getCloserewards() - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
-
CloseRewards is the amount of pending rewards applied to the CloseRemainderTo account as part of this transaction.
- getCode() - Method in exception com.algorand.algosdk.algod.client.ApiException
-
Get the HTTP status code.
- getCode() - Method in exception com.algorand.algosdk.kmd.client.ApiException
-
Get the HTTP status code.
- getConnectTimeout() - Method in class com.algorand.algosdk.algod.client.ApiClient
-
Get connection timeout (in milliseconds).
- getConnectTimeout() - Method in class com.algorand.algosdk.kmd.client.ApiClient
-
Get connection timeout (in milliseconds).
- getConsensusVersion() - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
-
ConsensusVersion indicates the consensus protocol version as of LastRound.
- 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.
- getCreatedasset() - Method in class com.algorand.algosdk.algod.client.model.TransactionResults
-
CreatedAssetIndex indicates the asset index of an asset created by this txn
- getCreator() - Method in class com.algorand.algosdk.algod.client.model.AssetHolding
-
Creator specifies the address that created this asset.
- getCreator() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
Creator specifies the address that created this asset.
- getCurrentProtocol() - Method in class com.algorand.algosdk.algod.client.model.Block
-
CurrentProtocol is a string that represents the current protocol
- getData() - Method in class com.algorand.algosdk.algod.client.ApiResponse
- getData() - Method in class com.algorand.algosdk.kmd.client.ApiResponse
- getDateFormat() - Method in class com.algorand.algosdk.algod.client.ApiClient
- 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
- getDecimals() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
Decimals specifies the decimal precision of units of this asset.
- getDefaultApiClient() - Static method in class com.algorand.algosdk.algod.client.Configuration
-
Get the default API client, which would be used when creating API instances without providing an API client.
- 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
- getEvalMaxVersion() - Static method in class com.algorand.algosdk.logic.Logic
-
Retrieves max supported version of TEAL evaluator
- getExpiresSeconds() - Method in class com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
-
Get expiresSeconds
- getFee() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
Fee is the transaction fee
- getFee() - Method in class com.algorand.algosdk.algod.client.model.TransactionFee
-
Fee is transaction fee Fee is in units of micro-Algos per byte.
- getFee() - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
-
Fee is the suggested transaction fee Fee is in units of micro-Algos per byte.
- getFirstRound() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
FirstRound indicates the first valid round for this transaction
- getFrac() - Method in class com.algorand.algosdk.algod.client.model.Block
-
The number of leftover MicroAlgos after the distribution of RewardsRate/rewardUnits MicroAlgos for every reward unit in the next round.
- getFreezeaddr() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
FreezeAddr specifies the address used to freeze holdings of this asset.
- getFrom() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
From is the sender's address
- getFromrewards() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
FromRewards is the amount of pending rewards applied to the From account as part of this transaction.
- getFrozen() - Method in class com.algorand.algosdk.algod.client.model.AssetHolding
-
Frozen specifies whether this holding is frozen.
- 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.
- getGenesishashb64() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
Genesis hash
- getGenesishashb64() - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
-
Genesis hash
- getGenesisHashB64() - Method in class com.algorand.algosdk.algod.client.model.Version
-
Get genesisHashB64
- getGenesisId() - Method in class com.algorand.algosdk.algod.client.model.Version
-
Get genesisId
- getGenesisID() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
Genesis ID
- getGenesisID() - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
-
Genesis ID
- getGson() - Method in class com.algorand.algosdk.algod.client.JSON
-
Get Gson.
- getGson() - Method in class com.algorand.algosdk.kmd.client.JSON
-
Get Gson.
- getHash() - Method in class com.algorand.algosdk.algod.client.model.Block
-
Hash is the current block hash
- getHeaders() - Method in class com.algorand.algosdk.algod.client.ApiResponse
- getHeaders() - Method in class com.algorand.algosdk.kmd.client.ApiResponse
- getHolding(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.Account
-
Assets specifies the holdings of assets by this account, indexed by the asset ID.
- getHost() - Method in class com.algorand.algosdk.v2.client.common.Client
- GetHTLCTransaction(ContractTemplate, String, int, int, Digest, int) - Static method in class com.algorand.algosdk.templates.HTLC
-
Deprecated.
- getHttpClient() - Method in class com.algorand.algosdk.algod.client.ApiClient
-
Get HTTP 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.algod.client.ApiClient
-
Get JSON
- getJSON() - Method in class com.algorand.algosdk.kmd.client.ApiClient
-
Get JSON
- getKeyManagers() - Method in class com.algorand.algosdk.algod.client.ApiClient
- getKeyManagers() - Method in class com.algorand.algosdk.kmd.client.ApiClient
- getLastConsensusVersion() - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
-
LastVersion indicates the last consensus version supported
- getLastRound() - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
-
LastRound indicates the last round seen
- getLastRound() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
LastRound indicates the last valid round for this transaction
- getLastRound() - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
-
LastRound indicates the last round seen
- 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)
- getLocation() - Method in class com.algorand.algosdk.algod.client.auth.ApiKeyAuth
- getLocation() - Method in class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
- getLogicSigVersion() - Static method in class com.algorand.algosdk.logic.Logic
-
Retrieves TEAL supported version
- getManagerkey() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
ManagerAddr specifies the address used to manage the keys of this asset and to destroy it.
- 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
- getMetadatahash() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
MetadataHash specifies a commitment to some unspecified asset metadata.
- 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.algod.client.lib.Pair
- getName() - Method in class com.algorand.algosdk.kmd.client.lib.Pair
- getName() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
-
Get name
- getNetworkInfo(String) - Method in class com.algorand.algosdk.abi.Contract
- getNextConsensusVersion() - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
-
NextVersion of consensus protocol to use
- getNextConsensusVersionRound() - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
-
NextVersionRound is the round at which the next consensus version will apply
- getNextProtocol() - Method in class com.algorand.algosdk.algod.client.model.Block
-
NextProtocol is a string that represents the next proposed protocol
- getNextProtocolApprovals() - Method in class com.algorand.algosdk.algod.client.model.Block
-
NextProtocolApprovals is the number of blocks which approved the protocol upgrade
- getNextProtocolSwitchOn() - Method in class com.algorand.algosdk.algod.client.model.Block
-
NextProtocolSwitchOn is the round on which the protocol upgrade will take effect
- getNextProtocolVoteBefore() - Method in class com.algorand.algosdk.algod.client.model.Block
-
NextProtocolVoteBefore is the deadline round for this protocol upgrade (No votes will be consider after this round)
- getNoteb64() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
Note is a free form data
- getOffset() - Method in class com.algorand.algosdk.templates.ContractTemplate.BytesParameterValue
-
Deprecated.
- getOnlineMoney() - Method in class com.algorand.algosdk.algod.client.model.Supply
-
OnlineMoney
- getParamName() - Method in class com.algorand.algosdk.algod.client.auth.ApiKeyAuth
- getParamName() - Method in class com.algorand.algosdk.kmd.client.auth.ApiKeyAuth
- getPartialMultisig() - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
-
Get partialMultisig
- getParticipation() - Method in class com.algorand.algosdk.algod.client.model.Account
-
Get participation
- getPartpkb64() - Method in class com.algorand.algosdk.algod.client.model.Participation
-
ParticipationPK is the root participation public key (if any) currently registered for this round
- getPassword() - Method in class com.algorand.algosdk.algod.client.auth.HttpBasicAuth
- getPassword() - Method in class com.algorand.algosdk.kmd.client.auth.HttpBasicAuth
- getPayment() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
Get payment
- getPendingrewards() - Method in class com.algorand.algosdk.algod.client.model.Account
-
PendingRewards specifies the amount of MicroAlgos of pending rewards in this account.
- getPendingTransactions(BigInteger) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get a list of unconfirmed transactions currently in the transaction pool.
- 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.
- getPendingTransactionsAsync(BigInteger, ApiCallback<PendingTransactions>) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get a list of unconfirmed transactions currently in the transaction pool.
- 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.
- getPendingTransactionsCall(BigInteger, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Build call for getPendingTransactions
- getPendingTransactionsWithHttpInfo(BigInteger) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get a list of unconfirmed transactions currently in the transaction pool.
- getPeriod() - Method in class com.algorand.algosdk.algod.client.model.Block
-
Period is the period on which the block was confirmed
- 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
- getPoolerror() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
PoolError indicates the transaction was evicted from this node's transaction pool (if non-empty).
- getPort() - Method in class com.algorand.algosdk.v2.client.common.Client
- getPreviousBlockHash() - Method in class com.algorand.algosdk.algod.client.model.Block
-
PreviousBlockHash is the previous block hash
- 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
- GetProof - Class in com.algorand.algosdk.v2.client.algod
-
Get a Merkle proof for a transaction in a block.
- GetProof(Client, Long, String) - Constructor for class com.algorand.algosdk.v2.client.algod.GetProof
- GetProof(Long, String) - Method in class com.algorand.algosdk.v2.client.common.AlgodClient
-
Get a Merkle proof for a transaction in a block.
- getProposer() - Method in class com.algorand.algosdk.algod.client.model.Block
-
Proposer is the address of this block proposer
- getPublicKey() - Method in class com.algorand.algosdk.kmd.client.model.SignMultisigRequest
-
Get publicKey
- getRate() - Method in class com.algorand.algosdk.algod.client.model.Block
-
The number of new MicroAlgos added to the participation stake from rewards at the next round.
- getReadTimeout() - Method in class com.algorand.algosdk.algod.client.ApiClient
-
Get read timeout (in milliseconds).
- getReadTimeout() - Method in class com.algorand.algosdk.kmd.client.ApiClient
-
Get read timeout (in milliseconds).
- 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.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.GetGenesis
- 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.GetProof
- 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.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.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.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.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.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
- getReserveaddr() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
ReserveAddr specifies the address holding reserve (non-minted) units of this asset.
- getResponseBody() - Method in exception com.algorand.algosdk.algod.client.ApiException
-
Get the HTTP response body.
- getResponseBody() - Method in exception com.algorand.algosdk.kmd.client.ApiException
-
Get the HTTP response body.
- getResponseHeaders() - Method in exception com.algorand.algosdk.algod.client.ApiException
-
Get the HTTP response headers.
- getResponseHeaders() - Method in exception com.algorand.algosdk.kmd.client.ApiException
-
Get the HTTP response headers.
- getReward() - Method in class com.algorand.algosdk.algod.client.model.Block
-
RewardsLevel specifies how many rewards, in MicroAlgos, have been distributed to each config.Protocol.RewardUnit of MicroAlgos since genesis.
- getRewards() - Method in class com.algorand.algosdk.algod.client.model.Account
-
Rewards indicates the total rewards of MicroAlgos the account has received, including pending rewards.
- getRound() - Method in class com.algorand.algosdk.algod.client.model.Account
-
Round indicates the round for which this information is relevant
- getRound() - Method in class com.algorand.algosdk.algod.client.model.Block
-
Round is the current round on which this block was appended to the chain
- getRound() - Method in class com.algorand.algosdk.algod.client.model.Supply
-
Round
- getRound() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
ConfirmedRound indicates the block number this transaction appeared in
- getSeed() - Method in class com.algorand.algosdk.algod.client.model.Block
-
Seed is the sortition seed
- 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
- GetSplitTransactions(ContractTemplate, int, int, int, int, Digest) - Static method in class com.algorand.algosdk.templates.Split
-
Deprecated.Generate group transactions to transfer funds according to the contract's ratio.
- getSslCaCert() - Method in class com.algorand.algosdk.algod.client.ApiClient
-
Get SSL CA cert.
- getSslCaCert() - Method in class com.algorand.algosdk.kmd.client.ApiClient
-
Get SSL CA cert.
- getStatus() - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Gets the current node status.
- getStatus() - Method in class com.algorand.algosdk.algod.client.model.Account
-
Status indicates the delegation status of the account's MicroAlgos Offline - indicates that the associated account is delegated.
- 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.
- getStatusAsync(ApiCallback<NodeStatus>) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Gets the current node status.
- getStatusCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Build call for getStatus
- getStatusCode() - Method in class com.algorand.algosdk.algod.client.ApiResponse
- getStatusCode() - Method in class com.algorand.algosdk.kmd.client.ApiResponse
- getStatusWithHttpInfo() - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Gets the current node status.
- getSupply() - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get the current supply reported by the ledger.
- 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.
- getSupplyAsync(ApiCallback<Supply>) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get the current supply reported by the ledger.
- getSupplyCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Build call for getSupply
- getSupplyWithHttpInfo() - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Get the current supply reported by the ledger.
- getSupportedTxs() - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
-
Get supportedTxs
- getTempFolderPath() - Method in class com.algorand.algosdk.algod.client.ApiClient
-
The path of temporary folder used to store downloaded files from endpoints with file response.
- 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.
- getThisassettotal() - Method in class com.algorand.algosdk.algod.client.model.Account
-
AssetParams specifies the parameters of assets created by this account.
- 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
- getTimeSinceLastRound() - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
-
TimeSinceLastRound in nanoseconds
- getTimestamp() - Method in class com.algorand.algosdk.algod.client.model.Block
-
TimeStamp in seconds since epoch
- getTo() - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
-
To is the receiver's address
- getTorewards() - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
-
ToRewards is the amount of pending rewards applied to the To account as part of this transaction.
- getTotal() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
Total specifies the total number of units of this asset.
- getTotalMoney() - Method in class com.algorand.algosdk.algod.client.model.Supply
-
TotalMoney
- getTotalTxns() - Method in class com.algorand.algosdk.algod.client.model.PendingTransactions
-
TotalTxns
- 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
- getTransactions() - Method in class com.algorand.algosdk.algod.client.model.TransactionList
-
TransactionList is a list of transactions
- 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
- getTruncatedTxns() - Method in class com.algorand.algosdk.algod.client.model.PendingTransactions
-
Get truncatedTxns
- getTx() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
TxID is the transaction ID
- getTxId() - Method in class com.algorand.algosdk.algod.client.model.TransactionID
-
TxId is the string encoding of the transaction hash
- getTxIDs() - Method in class com.algorand.algosdk.transaction.AtomicTransactionComposer
- getTxnCallCount() - Method in class com.algorand.algosdk.abi.Method
- getTxnRoot() - Method in class com.algorand.algosdk.algod.client.model.Block
-
TransactionsRoot authenticates the set of transactions appearing in the block.
- getTxns() - Method in class com.algorand.algosdk.algod.client.model.Block
-
Get txns
- getTxresults() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
Get txresults
- getType() - Method in class com.algorand.algosdk.algod.client.model.Transaction
-
Get type
- getUnitname() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
UnitName specifies the name of a unit of this asset, as supplied by the creator.
- getUpgradePropose() - Method in class com.algorand.algosdk.algod.client.model.Block
-
UpgradePropose indicates a proposed upgrade
- getUrl() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
URL specifies a URL where more information about the asset can be retrieved
- getUsername() - Method in class com.algorand.algosdk.algod.client.auth.HttpBasicAuth
- getUsername() - Method in class com.algorand.algosdk.kmd.client.auth.HttpBasicAuth
- getUVarint(byte[], int) - Static method in class com.algorand.algosdk.logic.Logic
-
Given a varint, get the integer value
- getValue() - Method in class com.algorand.algosdk.algod.client.lib.Pair
- getValue() - Method in class com.algorand.algosdk.kmd.client.lib.Pair
- getVersion() - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Retrieves the current version
- 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<Version>) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
(asynchronously) Retrieves the current version
- 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.algod.client.api.DefaultApi
-
Build call for getVersion
- 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.algod.client.model.Version
-
Get versions
- getVersions() - Method in class com.algorand.algosdk.kmd.client.model.VersionsResponse
-
Get versions
- getVersionWithHttpInfo() - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Retrieves the current version
- getVersionWithHttpInfo() - Method in class com.algorand.algosdk.kmd.client.api.DefaultApi
-
Retrieves the current version
- getVotefst() - Method in class com.algorand.algosdk.algod.client.model.Participation
-
VoteFirst is the first round for which this participation is valid.
- getVotekd() - Method in class com.algorand.algosdk.algod.client.model.Participation
-
VoteKeyDilution is the number of subkeys in for each batch of participation keys.
- getVotelst() - Method in class com.algorand.algosdk.algod.client.model.Participation
-
VoteLast is the last round for which this participation is valid.
- getVrfpkb64() - Method in class com.algorand.algosdk.algod.client.model.Participation
-
VRFPK is the selection public key (if any) currently registered for this round
- 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.algod.client.ApiClient
-
Get write timeout (in milliseconds).
- 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
-
(gd) 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.
- good - Variable in class com.algorand.algosdk.logic.Logic.ProgramData
- 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.algod.client.ApiClient
-
Guess Content-Type header from the given file (defaults to "application/octet-stream").
- 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.algod.client.ApiClient
-
Handle the given response, return the deserialized object when the response is successful.
- 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)
- hash(String) - Method in class com.algorand.algosdk.algod.client.model.Block
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.Account
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.Block
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.Participation
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.PaymentTransactionType
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.PendingTransactions
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.Supply
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.Transaction
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.TransactionFee
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.TransactionID
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.TransactionList
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.TransactionResults
- hashCode() - Method in class com.algorand.algosdk.algod.client.model.Version
- 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
- hashtype - Variable in class com.algorand.algosdk.v2.client.model.ProofResponse
-
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.GetProof
-
The type of hash function used to create the proof, must be one of: sha512_256 sha256
- HEAD - Static variable in class com.algorand.algosdk.v2.client.common.HttpMethod
- healthCheck() - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Returns OK if healthy.
- 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.
- healthCheckAsync(ApiCallback<Void>) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Returns OK if healthy.
- healthCheckCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Build call for healthCheck
- healthCheckWithHttpInfo() - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Returns OK if healthy.
- host - Variable in class com.algorand.algosdk.v2.client.common.Client
- HTLC - Class in com.algorand.algosdk.templates
-
Deprecated.
- HTLC() - Constructor for class com.algorand.algosdk.templates.HTLC
-
Deprecated.
- HttpBasicAuth - Class in com.algorand.algosdk.algod.client.auth
- HttpBasicAuth - Class in com.algorand.algosdk.kmd.client.auth
- HttpBasicAuth() - Constructor for class com.algorand.algosdk.algod.client.auth.HttpBasicAuth
- 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.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
- idx - Variable in class com.algorand.algosdk.v2.client.model.ProofResponse
-
Index of the transaction in the block's payset.
- implicit - com.algorand.algosdk.algod.client.auth.OAuthFlow
- 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
- 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.
- 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.
- inject(byte[], List<ContractTemplate.ParameterValue>) - Static method in class com.algorand.algosdk.templates.ContractTemplate
-
Deprecated.
- 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.
- intBlock - Variable in class com.algorand.algosdk.logic.Logic.ProgramData
- Interface - Class in com.algorand.algosdk.abi
- Interface(String, String, List<Method>) - Constructor for class com.algorand.algosdk.abi.Interface
- IntParameterValue(int, int) - Constructor for class com.algorand.algosdk.templates.ContractTemplate.IntParameterValue
-
Deprecated.
- 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.algod.client.ApiClient
-
Check that whether debugging is enabled for this API client.
- isDebugging() - Method in class com.algorand.algosdk.kmd.client.ApiClient
-
Check that whether debugging is enabled for this API client.
- isDefaultfrozen() - Method in class com.algorand.algosdk.algod.client.model.AssetParams
-
DefaultFrozen specifies whether holdings in this asset are frozen by default.
- 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.algod.client.ApiClient
-
Check if the given MIME is a JSON MIME.
- 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
- isNextConsensusVersionSupported() - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
-
NextVersionSupported indicates whether the next consensus version is supported by this node
- isSuccessful() - Method in class com.algorand.algosdk.v2.client.common.Response
- isUpgradeApprove() - Method in class com.algorand.algosdk.algod.client.model.Block
-
UpgradeApprove indicates a yes vote for the current proposal
- isVerifyingSsl() - Method in class com.algorand.algosdk.algod.client.ApiClient
-
True if isVerifyingSsl flag is on
- 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.algod.client.StringUtil
-
Join an array of strings with the given separator.
- 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.algod.client
- JSON - Class in com.algorand.algosdk.kmd.client
- JSON() - Constructor for class com.algorand.algosdk.algod.client.JSON
- JSON() - Constructor for class com.algorand.algosdk.kmd.client.JSON
- JSON.ByteArrayAdapter - Class in com.algorand.algosdk.algod.client
-
Gson TypeAdapter for Byte Array type
- JSON.ByteArrayAdapter - Class in com.algorand.algosdk.kmd.client
-
Gson TypeAdapter for Byte Array type
- JSON.DateTypeAdapter - Class in com.algorand.algosdk.algod.client
-
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
- 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.algod.client
-
Gson TypeAdapter for JSR310 LocalDate type
- JSON.LocalDateTypeAdapter - Class in com.algorand.algosdk.kmd.client
-
Gson TypeAdapter for JSR310 LocalDate type
- JSON.OffsetDateTimeTypeAdapter - Class in com.algorand.algosdk.algod.client
-
Gson TypeAdapter for JSR310 OffsetDateTime type
- JSON.OffsetDateTimeTypeAdapter - Class in com.algorand.algosdk.kmd.client
-
Gson TypeAdapter for JSR310 OffsetDateTime type
- JSON.SqlDateTypeAdapter - Class in com.algorand.algosdk.algod.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).
- 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.EvalDeltaKeyValue
- key - Variable in class com.algorand.algosdk.v2.client.model.TealKeyValue
- KEY_LEN_BYTES - Static variable in class com.algorand.algosdk.crypto.Ed25519PublicKey
- 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
-
Create a
KeyRegistrationTransactionBuilder
. - 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
L
- lastCatchpoint - Variable in class com.algorand.algosdk.v2.client.model.NodeStatusResponse
-
The last catchpoint seen by the node
- lastConsensusVersion(String) - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
- 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.TransactionParametersResponse
-
LastRound indicates the last round seen
- lastRound(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
- lastRound(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.Transaction
- lastRound(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.TransactionParams
- 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
- 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.
- 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
- length - Variable in class com.algorand.algosdk.logic.Logic.VarintResult
- 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.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.
- LimitOrder - Class in com.algorand.algosdk.templates
-
Deprecated.
- LimitOrder() - Constructor for class com.algorand.algosdk.templates.LimitOrder
-
Deprecated.
- line - Variable in class com.algorand.algosdk.v2.client.model.DryrunState
-
Line number
- 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.
- LocalDateTypeAdapter() - Constructor for class com.algorand.algosdk.algod.client.JSON.LocalDateTypeAdapter
- LocalDateTypeAdapter() - Constructor for class com.algorand.algosdk.kmd.client.JSON.LocalDateTypeAdapter
- LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class com.algorand.algosdk.algod.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
-
(ld) 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.
- Logic - Class in com.algorand.algosdk.logic
-
Logic class provides static checkProgram function that can be used for client-side program validation for size and execution cost.
- Logic() - Constructor for class com.algorand.algosdk.logic.Logic
- Logic.ByteConstBlock - Class in com.algorand.algosdk.logic
- Logic.IntConstBlock - Class in com.algorand.algosdk.logic
- Logic.ProgramData - Class in com.algorand.algosdk.logic
-
Metadata related to a teal program.
- Logic.VarintResult - Class in com.algorand.algosdk.logic
-
Metadata related to a varint parsed from teal program data.
- 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
- logicSigDisassembly - Variable in class com.algorand.algosdk.v2.client.model.DryrunTxnResult
-
Disassembled lsig program line by line.
- 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
- 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
-
(lg) 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
- 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(AlgodApi) - Method in class com.algorand.algosdk.builder.transaction.TransactionParametersBuilder
-
Query the V1 REST API with
AlgodApi
for Transaction Parameters: Initialize fee, genesisID, genesisHash, firstValid, lastValid by querying algod if not already set. - 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 usingTransactionParametersResponse
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
- lsig - Variable in class com.algorand.algosdk.account.LogicSigAccount
- lsig - Variable in class com.algorand.algosdk.templates.DynamicFee.SignedDynamicFee
-
Deprecated.
- 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
- major - Variable in class com.algorand.algosdk.v2.client.model.VersionBuild
- MakeDynamicFee(Address, Integer, Integer, Integer, Address) - Static method in class com.algorand.algosdk.templates.DynamicFee
-
Deprecated.DynamicFee contract allows you to create a transaction without specifying the fee.
- MakeDynamicFee(Address, Integer, Integer, Integer, Address, Lease) - Static method in class com.algorand.algosdk.templates.DynamicFee
-
Deprecated.
- 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
- MakeHTLC(Address, Address, String, String, int, int) - Static method in class com.algorand.algosdk.templates.HTLC
-
Deprecated.Hash Time Locked Contract allows a user to recieve the Algo prior to a deadline (in terms of a round) by proving knowledge of a special value or to forfeit the ability to claim, returning it to the payer.
- MakeLimitOrder(Address, Integer, Integer, Integer, Integer, Integer, Integer) - Static method in class com.algorand.algosdk.templates.LimitOrder
-
Deprecated.MakeLimitOrder allows a user to exchange some number of assets for some number of algos.
- MakePeriodicPayment(Address, int, int, int, int, int) - Static method in class com.algorand.algosdk.templates.PeriodicPayment
-
Deprecated.PeriodicPayment contract enables creating an account which allows the withdrawal of a fixed amount of assets every fixed number of rounds to a specific Algrorand Address.
- MakePeriodicPayment(Address, int, int, int, int, int, Lease) - Static method in class com.algorand.algosdk.templates.PeriodicPayment
-
Deprecated.Need a way to specify the lease for testing.
- MakeReimbursementTransactions(Transaction, LogicsigSignature, Account, int) - Static method in class com.algorand.algosdk.templates.DynamicFee
-
Deprecated.Create and sign the secondary dynamic fee transaction, update transaction fields, and sign as the fee payer; return both transactions ready to be sent.
- MakeSplit(Address, Address, Address, int, int, int, int, int) - Static method in class com.algorand.algosdk.templates.Split
-
Deprecated.Split allows locking algos in an account which allows transfering to two predefined addresses in a specified ratio such that for the given ratn and ratd parameters we have: first_recipient_amount * rat_2 == second_recipient_amount * rat_1 Split also has an expiry round, after which the owner can transfer back the funds.
- MakeSwapAssetsTransaction(ContractTemplate, Integer, Integer, Account, Integer, Integer, Digest, Integer) - Static method in class com.algorand.algosdk.templates.LimitOrder
-
Deprecated.Creates a group transaction array which transfer funds according to the contract's ratio
- MakeWithdrawalTransaction(ContractTemplate, int, Digest, int) - Static method in class com.algorand.algosdk.templates.PeriodicPayment
-
Deprecated.Return the withdrawal transaction to be sent to the network.
- 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.
- managerkey(String) - Method in class com.algorand.algosdk.algod.client.model.AssetParams
- 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.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.
- 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.
- 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() - 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(byte[]) - Method in class com.algorand.algosdk.algod.client.model.AssetParams
- 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>, TEALProgram, TEALProgram, StateSchema, StateSchema, Long) - Constructor for class com.algorand.algosdk.transaction.MethodCallParams
-
NOTE: it's strongly suggested to use
MethodCallTransactionBuilder
instead of this constructor to create a new MethodCallParams object. - MethodCallParams.Builder - Class in com.algorand.algosdk.transaction
-
Deprecated.
- 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() - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Return metrics about algod functioning.
- 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.
- metricsAsync(ApiCallback<Void>) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Return metrics about algod functioning.
- metricsCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
Build call for metrics
- metricsWithHttpInfo() - Method in class com.algorand.algosdk.algod.client.api.DefaultApi
-
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
- minor - Variable in class com.algorand.algosdk.v2.client.model.VersionBuild
- 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(String) - Method in class com.algorand.algosdk.kmd.client.model.APIV1Wallet
- name(String) - Method in class com.algorand.algosdk.v2.client.indexer.SearchForAssets
-
Filter just assets with the given 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.
- 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.
- 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.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
- nextConsensusVersion(String) - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
- nextConsensusVersionRound(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
- nextConsensusVersionSupported(Boolean) - Method in class com.algorand.algosdk.algod.client.model.NodeStatus
- nextProtocol - Variable in class com.algorand.algosdk.v2.client.model.BlockUpgradeState
-
(nextproto) The next proposed protocol version.
- nextProtocol(String) - Method in class com.algorand.algosdk.algod.client.model.Block
- nextProtocolApprovals - Variable in class com.algorand.algosdk.v2.client.model.BlockUpgradeState
-
(nextyes) Number of blocks which approved the protocol upgrade.
- nextProtocolApprovals(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.Block
- nextProtocolSwitchOn - Variable in class com.algorand.algosdk.v2.client.model.BlockUpgradeState
-
(nextswitch) Round on which the protocol upgrade will take effect.
- nextProtocolSwitchOn(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.Block
- 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).
- nextProtocolVoteBefore(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.Block
- 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.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
- NodeStatus - Class in com.algorand.algosdk.algod.client.model
-
NodeStatus contains the information about a node status
- NodeStatus() - Constructor for class com.algorand.algosdk.algod.client.model.NodeStatus
- 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(byte[]) - Method in class com.algorand.algosdk.algod.client.model.Transaction
- 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.algod.client.auth
- OAuth - Class in com.algorand.algosdk.kmd.client.auth
- OAuth() - Constructor for class com.algorand.algosdk.algod.client.auth.OAuth
- OAuth() - Constructor for class com.algorand.algosdk.kmd.client.auth.OAuth
- OAuthFlow - Enum in com.algorand.algosdk.algod.client.auth
- OAuthFlow - Enum in com.algorand.algosdk.kmd.client.auth
- OffsetDateTimeTypeAdapter() - Constructor for class com.algorand.algosdk.algod.client.JSON.OffsetDateTimeTypeAdapter
- OffsetDateTimeTypeAdapter() - Constructor for class com.algorand.algosdk.kmd.client.JSON.OffsetDateTimeTypeAdapter
- OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class com.algorand.algosdk.algod.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.algod.client.ApiCallback
-
This is called when the API downlond processing.
- 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.algod.client.ApiCallback
-
This is called when the API call fails.
- 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
- onlineMoney(BigInteger) - Method in class com.algorand.algosdk.algod.client.model.Supply
- onRequestProgress(long, long, boolean) - Method in interface com.algorand.algosdk.algod.client.ProgressRequestBody.ProgressRequestListener
- 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.algod.client.ApiCallback
-
This is called when the API call succeeded.
- 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.algod.client.ApiCallback
-
This is called when the API upload processing.
- onUploadProgress(long, long, boolean) - Method in interface com.algorand.algosdk.kmd.client.ApiCallback
-
This is called when the API upload processing.
- 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.algod.client.lib
- Pair - Class in com.algorand.algosdk.kmd.client.lib
- Pair(String, String) - Constructor for class com.algorand.algosdk.algod.client.lib.Pair
- Pair(String, String) - Constructor for class com.algorand.algosdk.kmd.client.lib.Pair
- parameterToPair(String, Object) - Method in class com.algorand.algosdk.algod.client.ApiClient
-
Formats the specified query parameter to a list containing a single
Pair
object. - 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.algod.client.ApiClient
-
Formats the specified collection query parameters to a list of
Pair
objects. - 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.algod.client.ApiClient
-
Format the given parameter object into string.
- 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
- participation - Variable in class com.algorand.algosdk.v2.client.model.Account
-
AccountParticipation describes the parameters used by this account in consensus protocol.
- participation(Participation) - Method in class com.algorand.algosdk.algod.client.model.Account
- Participation - Class in com.algorand.algosdk.algod.client.model
-
Participation Description
- Participation() - Constructor for class com.algorand.algosdk.algod.client.model.Participation
- 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.
- partpkb64(byte[]) - Method in class com.algorand.algosdk.algod.client.model.Participation
- password - com.algorand.algosdk.algod.client.auth.OAuthFlow
- password - com.algorand.algosdk.kmd.client.auth.OAuthFlow
- PATCH - Static variable in class com.algorand.algosdk.v2.client.common.HttpMethod
- 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(PaymentTransactionType) - Method in class com.algorand.algosdk.algod.client.model.Transaction
- 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
-
Create a
PaymentTransactionBuilder
. - PaymentTransactionType - Class in com.algorand.algosdk.algod.client.model
-
PaymentTransactionType contains the additional fie