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 AddressAccount. getAddress()Convenience method for getting underlying address.AddressLogicSigAccount. getAddress()getAddress returns the address of the LogicSigAccountMethods in com.algorand.algosdk.account with parameters of type Address Modifier and Type Method Description static SignedTransactionAccount. signLogicTransactionWithAddress(LogicsigSignature lsig, Address lsigAddr, Transaction tx)SignatureAccount. 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 AddressBid. auctionKeyAddressBid. bidderKeyConstructors 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 AddressApplicationBaseTransactionBuilder.HoldingReference. addressAddressApplicationBaseTransactionBuilder.LocalsReference. addressprotected AddressAssetClawbackTransactionBuilder. assetClawbackFromprotected AddressAssetClawbackTransactionBuilder. assetCloseToprotected AddressAssetTransferTransactionBuilder. assetCloseToprotected AddressAssetClawbackTransactionBuilder. assetReceiverprotected AddressAssetTransferTransactionBuilder. assetReceiverprotected AddressAssetCreateTransactionBuilder. clawbackprotected AddressPaymentTransactionBuilder. closeRemainderToprotected AddressAssetCreateTransactionBuilder. freezeprotected AddressAssetFreezeTransactionBuilder. freezeTargetprotected AddressAssetCreateTransactionBuilder. managerprotected AddressPaymentTransactionBuilder. receiverprotected AddressTransactionParametersBuilder. rekeyToprotected AddressAssetCreateTransactionBuilder. reserveprotected AddressTransactionParametersBuilder. senderFields in com.algorand.algosdk.builder.transaction with type parameters of type Address Modifier and Type Field Description protected List<Address>MethodCallTransactionBuilder. foreignAccountsMethods in com.algorand.algosdk.builder.transaction with parameters of type Address Modifier and Type Method Description TAssetAcceptTransactionBuilder. acceptingAccount(Address acceptingAccount)Set the acceptingAccount.TAssetClawbackTransactionBuilder. assetClawbackFrom(Address assetClawbackFrom)Set the assetClawbackFrom account.TAssetClawbackTransactionBuilder. assetCloseTo(Address assetCloseTo)Set the assetCloseTo account.TAssetTransferTransactionBuilder. assetCloseTo(Address assetCloseTo)Set the assetCloseTo account.TAssetClawbackTransactionBuilder. assetReceiver(Address assetReceiver)Set the assetReceiver account.TAssetTransferTransactionBuilder. assetReceiver(Address assetReceiver)Set the assetReceiver account.TAssetCreateTransactionBuilder. clawback(Address clawback)Set the clawback account.TPaymentTransactionBuilder. closeRemainderTo(Address closeRemainderTo)Set the closeRemainderTo account.TAssetCreateTransactionBuilder. freeze(Address freeze)Set the freeze account.TAssetFreezeTransactionBuilder. freezeTarget(Address freezeTarget)Set the freezeTarget account.TAssetCreateTransactionBuilder. manager(Address manager)Set the manager account.TPaymentTransactionBuilder. receiver(Address receiver)Set the receiver of the payment.TTransactionParametersBuilder. rekey(Address rekeyTo)Rekey to the sender account.TAssetCreateTransactionBuilder. reserve(Address reserve)Set the reserve account.TTransactionParametersBuilder. 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 TApplicationBaseTransactionBuilder. accounts(List<Address> accounts)TApplicationCallReferencesSetter. accounts(List<Address> accounts)Accounts lists the accounts (in addition to the sender) that may be accessed from the application logic.TMethodCallTransactionBuilder. accounts(List<Address> accounts)Constructors in com.algorand.algosdk.builder.transaction with parameters of type Address Constructor Description HoldingReference(Address address, long assetId)LocalsReference(Address address, long appId) -
Uses of Address in com.algorand.algosdk.crypto
Methods in com.algorand.algosdk.crypto that return Address Modifier and Type Method Description static AddressAddress. forApplication(long appID)Get the escrow address of an application.AddressLogicsigSignature. 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.AddressMultisigAddress. 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 byte[]LogicsigSignature. bytesToSignMultisig(Address multisigAddress)Return prefixed program with multisig address as byte array that is ready to use with multisig signatures on delegated logicsig programsbooleanLogicsigSignature. 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 AddressResourceRef. addressAddressAssetParams. assetClawbackAddressTransaction. assetCloseToAddressAssetParams. assetFreezeAddressAssetParams. assetManagerAddressTransaction. assetReceiverAddressAssetParams. assetReserveAddressTransaction. assetSenderAddressSignedTransaction. authAddrAddressTransaction. closeRemainderToAddressTransaction. freezeTargetAddressHeartbeatTxnFields. hbAddressAddressTransaction. receiverAddressMethodCallParams. rekeyToAddressTransaction. rekeyToAddressMethodCallParams. senderAddressTransaction. senderFields in com.algorand.algosdk.transaction with type parameters of type Address Modifier and Type Field Description List<Address>Transaction. accountsList<Address>MethodCallParams. foreignAccountsMethods in com.algorand.algosdk.transaction that return Address Modifier and Type Method Description AddressAppResourceRef.AddressRef. getAddress()AddressAppResourceRef.HoldingRef. getAddress()AddressAppResourceRef.LocalsRef. getAddress()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 transactionsSignedTransactionSignedTransaction. authAddr(Address authAddr)static List<ResourceRef>AccessConverter. convertToResourceRefs(List<AppResourceRef> appRefs, Address sender, Long currentAppId)Convert a list of high-level AppResourceRef to index-based ResourceRef.static AppResourceRef.AddressRefAppResourceRef. forAddress(Address address)static ResourceRefResourceRef. forAddress(Address address)Create a ResourceRef for an account address.static AppResourceRef.HoldingRefAppResourceRef. forHolding(Address address, long assetId)static AppResourceRef.LocalsRefAppResourceRef. forLocals(Address address, long appId)Constructors in com.algorand.algosdk.transaction with parameters of type Address Constructor Description AddressRef(Address address)AssetParams(BigInteger assetTotal, Integer assetDecimals, boolean defaultFrozen, String assetUnitName, String assetName, String url, byte[] metadataHash, Address manager, Address reserve, Address freeze, Address clawback)HeartbeatTxnFields(Address hbAddress, HeartbeatProof hbProof, byte[] hbSeed, ParticipationPublicKey hbVoteID, BigInteger hbKeyDilution)HoldingRef(Address address, long assetId)LocalsRef(Address address, long appId)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 AccountApplicationInformationAlgodClient. 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).AccountAssetInformationAlgodClient. 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).AccountInformationAlgodClient. AccountInformation(Address address)Given a specific account public key, this call returns the account's status, balance and spendable amounts /v2/accounts/{address}GetPendingTransactionsByAddressAlgodClient. GetPendingTransactionsByAddress(Address address)Get the list of pending transactions by address, sorted by priority, in decreasing order, truncated at the end at MAX.LookupAccountAppLocalStatesIndexerClient. lookupAccountAppLocalStates(Address accountId)Lookup an account's asset holdings, optionally for a specific ID.LookupAccountAssetsIndexerClient. lookupAccountAssets(Address accountId)Lookup an account's asset holdings, optionally for a specific ID.LookupAccountByIDIndexerClient. lookupAccountByID(Address accountId)Lookup account information.LookupAccountCreatedApplicationsIndexerClient. lookupAccountCreatedApplications(Address accountId)Lookup an account's created application parameters, optionally for a specific ID.LookupAccountCreatedAssetsIndexerClient. lookupAccountCreatedAssets(Address accountId)Lookup an account's created asset parameters, optionally for a specific ID.LookupAccountTransactionsIndexerClient. 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 LookupAssetTransactionsLookupAssetTransactions. address(Address address)Only include transactions with this address in one of the transaction fields.SearchForTransactionsSearchForTransactions. address(Address address)Only include transactions with this address in one of the transaction fields.SearchForAccountsSearchForAccounts. authAddr(Address authAddr)Include accounts configured to use this spending key.LookupApplicationLogsByIDLookupApplicationLogsByID. senderAddress(Address senderAddress)Only include transactions with this sender address.Method parameters in com.algorand.algosdk.v2.client.indexer with type arguments of type Address Modifier and Type Method Description SearchForBlockHeadersSearchForBlockHeaders. absent(List<Address> absent)Accounts marked as absent in the block header's participation updates.SearchForBlockHeadersSearchForBlockHeaders. expired(List<Address> expired)Accounts marked as expired in the block header's participation updates.SearchForBlockHeadersSearchForBlockHeaders. proposers(List<Address> proposers)Accounts marked as proposer in the block header's participation updates.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 AddressApplicationKVStorage. accountAddressApplicationLocalReference. accountAddressApplicationStateOperation. accountAddressAssetHoldingReference. accountAddressAccount. addressAddressAccountStateDelta. addressAddressHoldingRef. addressAddressLocalsRef. addressAddressMiniAssetHolding. addressAddressResourceRef. addressAddressTransactionAssetFreeze. addressAddressAccount. authAddrAddressTransaction. authAddrAddressApplicationParams. creatorAddressSimulateTransactionResult. fixedSignerAddressBlock. proposerAddressTransaction. rekeyToFields in com.algorand.algosdk.v2.client.model with type parameters of type Address Modifier and Type Field Description List<Address>SimulateUnnamedResourcesAccessed. accountsList<Address>TransactionApplication. accounts
-