Uses of Interface
com.algorand.algosdk.transaction.TxnSigner
-
Packages that use TxnSigner Package Description com.algorand.algosdk.account com.algorand.algosdk.builder.transaction com.algorand.algosdk.crypto com.algorand.algosdk.transaction -
-
Uses of TxnSigner in com.algorand.algosdk.account
Methods in com.algorand.algosdk.account that return TxnSigner Modifier and Type Method Description TxnSignerAccount. getTransactionSigner()TxnSignerLogicSigAccount. getTransactionSigner() -
Uses of TxnSigner in com.algorand.algosdk.builder.transaction
Fields in com.algorand.algosdk.builder.transaction declared as TxnSigner Modifier and Type Field Description protected TxnSignerMethodCallTransactionBuilder. signerMethods in com.algorand.algosdk.builder.transaction with parameters of type TxnSigner Modifier and Type Method Description TMethodCallTransactionBuilder. signer(TxnSigner signer)Specify the signer for this method call transaction. -
Uses of TxnSigner in com.algorand.algosdk.crypto
Methods in com.algorand.algosdk.crypto that return TxnSigner Modifier and Type Method Description TxnSignerMultisigAddress. getTransactionSigner(byte[][] sks) -
Uses of TxnSigner in com.algorand.algosdk.transaction
Fields in com.algorand.algosdk.transaction declared as TxnSigner Modifier and Type Field Description TxnSignerMethodCallParams. signerTxnSignerTransactionWithSigner. signerConstructors in com.algorand.algosdk.transaction with parameters of type TxnSigner Constructor Description 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)TransactionWithSigner(Transaction txn, TxnSigner signer)
-