Uses of Class
com.algorand.algosdk.crypto.Address
-
-
Uses of Address in com.algorand.algosdk.account
Methods in com.algorand.algosdk.account that return Address Modifier and Type Method Description Address
Account. getAddress()
Convenience method for getting underlying address.Address
LogicSigAccount. getAddress()
getAddress returns the address of the LogicSigAccountMethods in com.algorand.algosdk.account with parameters of type Address Modifier and Type Method Description static SignedTransaction
Account. signLogicTransactionWithAddress(LogicsigSignature lsig, Address lsigAddr, Transaction tx)
Signature
Account. tealSign(byte[] data, Address contractAddress)
Creates Signature compatible with ed25519verify TEAL opcode from data and contract address (program hash). -
Uses of Address in com.algorand.algosdk.auction
Fields in com.algorand.algosdk.auction declared as Address Modifier and Type Field Description Address
Bid. auctionKey
Address
Bid. bidderKey
Constructors in com.algorand.algosdk.auction with parameters of type Address Constructor Description Bid(Address bidderKey, Address auctionKey, BigInteger bidCurrency, BigInteger maxPrice, BigInteger bidID, BigInteger auctionID)
Create a new bid -
Uses of Address in com.algorand.algosdk.builder.transaction
Fields in com.algorand.algosdk.builder.transaction declared as Address Modifier and Type Field Description protected Address
AssetClawbackTransactionBuilder. assetClawbackFrom
protected Address
AssetClawbackTransactionBuilder. assetCloseTo
protected Address
AssetTransferTransactionBuilder. assetCloseTo
protected Address
AssetClawbackTransactionBuilder. assetReceiver
protected Address
AssetTransferTransactionBuilder. assetReceiver
protected Address
AssetCreateTransactionBuilder. clawback
protected Address
PaymentTransactionBuilder. closeRemainderTo
protected Address
AssetCreateTransactionBuilder. freeze
protected Address
AssetFreezeTransactionBuilder. freezeTarget
protected Address
AssetCreateTransactionBuilder. manager
protected Address
PaymentTransactionBuilder. receiver
protected Address
TransactionParametersBuilder. rekeyTo
protected Address
AssetCreateTransactionBuilder. reserve
protected Address
TransactionParametersBuilder. sender
Fields in com.algorand.algosdk.builder.transaction with type parameters of type Address Modifier and Type Field Description protected List<Address>
MethodCallTransactionBuilder. foreignAccounts
Methods in com.algorand.algosdk.builder.transaction with parameters of type Address Modifier and Type Method Description T
AssetAcceptTransactionBuilder. acceptingAccount(Address acceptingAccount)
Set the acceptingAccount.T
AssetClawbackTransactionBuilder. assetClawbackFrom(Address assetClawbackFrom)
Set the assetClawbackFrom account.T
AssetClawbackTransactionBuilder. assetCloseTo(Address assetCloseTo)
Set the assetCloseTo account.T
AssetTransferTransactionBuilder. assetCloseTo(Address assetCloseTo)
Set the assetCloseTo account.T
AssetClawbackTransactionBuilder. assetReceiver(Address assetReceiver)
Set the assetReceiver account.T
AssetTransferTransactionBuilder. assetReceiver(Address assetReceiver)
Set the assetReceiver account.T
AssetCreateTransactionBuilder. clawback(Address clawback)
Set the clawback account.T
PaymentTransactionBuilder. closeRemainderTo(Address closeRemainderTo)
Set the closeRemainderTo account.T
AssetCreateTransactionBuilder. freeze(Address freeze)
Set the freeze account.T
AssetFreezeTransactionBuilder. freezeTarget(Address freezeTarget)
Set the freezeTarget account.T
AssetCreateTransactionBuilder. manager(Address manager)
Set the manager account.T
PaymentTransactionBuilder. receiver(Address receiver)
Set the receiver of the payment.T
TransactionParametersBuilder. rekey(Address rekeyTo)
Rekey to the sender account.T
AssetCreateTransactionBuilder. reserve(Address reserve)
Set the reserve account.T
TransactionParametersBuilder. sender(Address sender)
Set the transaction sender account.Method parameters in com.algorand.algosdk.builder.transaction with type arguments of type Address Modifier and Type Method Description T
ApplicationBaseTransactionBuilder. accounts(List<Address> accounts)
T
ApplicationCallReferencesSetter. accounts(List<Address> accounts)
Accounts lists the accounts (in addition to the sender) that may be accessed from the application logic.T
MethodCallTransactionBuilder. accounts(List<Address> accounts)
-
Uses of Address in com.algorand.algosdk.crypto
Methods in com.algorand.algosdk.crypto that return Address Modifier and Type Method Description static Address
Address. forApplication(long appID)
Get the escrow address of an application.Address
LogicsigSignature. toAddress()
Calculate escrow address from logic sig program NOTE: THIS RETURNS AN ESCROW ACCOUNT OF A LOGIC-SIG (FROM LOGIC ITSELF), IT WILL NOT RETURN THE DELEGATED ADDRESS OF THE LOGIC-SIG.Address
MultisigAddress. toAddress()
Convert into an address to more easily represent as a string.Methods in com.algorand.algosdk.crypto with parameters of type Address Modifier and Type Method Description boolean
LogicsigSignature. verify(Address singleSigner)
Perform signature verification against the sender address -
Uses of Address in com.algorand.algosdk.transaction
Fields in com.algorand.algosdk.transaction declared as Address Modifier and Type Field Description Address
AssetParams. assetClawback
Address
Transaction. assetCloseTo
Address
AssetParams. assetFreeze
Address
AssetParams. assetManager
Address
Transaction. assetReceiver
Address
AssetParams. assetReserve
Address
Transaction. assetSender
Address
SignedTransaction. authAddr
Address
Transaction. closeRemainderTo
Address
Transaction. freezeTarget
Address
Transaction. receiver
Address
MethodCallParams. rekeyTo
Address
Transaction. rekeyTo
Address
MethodCallParams. sender
Address
Transaction. sender
Fields in com.algorand.algosdk.transaction with type parameters of type Address Modifier and Type Field Description List<Address>
Transaction. accounts
List<Address>
MethodCallParams. foreignAccounts
Methods in com.algorand.algosdk.transaction with parameters of type Address Modifier and Type Method Description static Transaction[]
TxGroup. assignGroupID(Address address, Transaction... txns)
Assigns group id to a given array of unsigned transactionsSignedTransaction
SignedTransaction. authAddr(Address authAddr)
Constructors in com.algorand.algosdk.transaction with parameters of type Address Constructor Description AssetParams(BigInteger assetTotal, Integer assetDecimals, boolean defaultFrozen, String assetUnitName, String assetName, String url, byte[] metadataHash, Address manager, Address reserve, Address freeze, Address clawback)
MethodCallParams(Long appID, Method method, List<Object> methodArgs, Address sender, Transaction.OnCompletion onCompletion, byte[] note, byte[] lease, String genesisID, Digest genesisHash, BigInteger firstValid, BigInteger lastValid, BigInteger fee, BigInteger flatFee, Address rekeyTo, TxnSigner signer, List<Address> fAccounts, List<Long> fAssets, List<Long> fApps, List<AppBoxReference> boxes, TEALProgram approvalProgram, TEALProgram clearProgram, StateSchema globalStateSchema, StateSchema localStateSchema, Long extraPages)
-
Uses of Address in com.algorand.algosdk.v2.client.algod
Constructors in com.algorand.algosdk.v2.client.algod with parameters of type Address Constructor Description AccountApplicationInformation(Client client, Address address, Long applicationId)
AccountAssetInformation(Client client, Address address, Long assetId)
AccountInformation(Client client, Address address)
GetPendingTransactionsByAddress(Client client, Address address)
-
Uses of Address in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common with parameters of type Address Modifier and Type Method Description AccountApplicationInformation
AlgodClient. AccountApplicationInformation(Address address, Long applicationId)
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).AccountAssetInformation
AlgodClient. AccountAssetInformation(Address address, Long assetId)
Given a specific account public key and asset ID, this call returns the account's asset holding and asset parameters (if either exist).AccountInformation
AlgodClient. AccountInformation(Address address)
Given a specific account public key, this call returns the accounts status, balance and spendable amounts /v2/accounts/{address}GetPendingTransactionsByAddress
AlgodClient. GetPendingTransactionsByAddress(Address address)
Get the list of pending transactions by address, sorted by priority, in decreasing order, truncated at the end at MAX.LookupAccountAppLocalStates
IndexerClient. lookupAccountAppLocalStates(Address accountId)
Lookup an account's asset holdings, optionally for a specific ID.LookupAccountAssets
IndexerClient. lookupAccountAssets(Address accountId)
Lookup an account's asset holdings, optionally for a specific ID.LookupAccountByID
IndexerClient. lookupAccountByID(Address accountId)
Lookup account information.LookupAccountCreatedApplications
IndexerClient. lookupAccountCreatedApplications(Address accountId)
Lookup an account's created application parameters, optionally for a specific ID.LookupAccountCreatedAssets
IndexerClient. lookupAccountCreatedAssets(Address accountId)
Lookup an account's created asset parameters, optionally for a specific ID.LookupAccountTransactions
IndexerClient. lookupAccountTransactions(Address accountId)
Lookup account transactions. -
Uses of Address in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer with parameters of type Address Modifier and Type Method Description LookupAssetTransactions
LookupAssetTransactions. address(Address address)
Only include transactions with this address in one of the transaction fields.SearchForTransactions
SearchForTransactions. address(Address address)
Only include transactions with this address in one of the transaction fields.SearchForAccounts
SearchForAccounts. authAddr(Address authAddr)
Include accounts configured to use this spending key.LookupApplicationLogsByID
LookupApplicationLogsByID. senderAddress(Address senderAddress)
Only include transactions with this sender address.Constructors in com.algorand.algosdk.v2.client.indexer with parameters of type Address Constructor Description LookupAccountAppLocalStates(Client client, Address accountId)
LookupAccountAssets(Client client, Address accountId)
LookupAccountByID(Client client, Address accountId)
LookupAccountCreatedApplications(Client client, Address accountId)
LookupAccountCreatedAssets(Client client, Address accountId)
LookupAccountTransactions(Client client, Address accountId)
-
Uses of Address in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model declared as Address Modifier and Type Field Description Address
ApplicationKVStorage. account
Address
ApplicationLocalReference. account
Address
ApplicationStateOperation. account
Address
AssetHoldingReference. account
Address
Account. address
Address
AccountStateDelta. address
Address
MiniAssetHolding. address
Address
TransactionAssetFreeze. address
Address
Account. authAddr
Address
Transaction. authAddr
Address
ApplicationParams. creator
Address
Block. proposer
Address
Transaction. rekeyTo
Fields in com.algorand.algosdk.v2.client.model with type parameters of type Address Modifier and Type Field Description List<Address>
SimulateUnnamedResourcesAccessed. accounts
List<Address>
TransactionApplication. accounts
-