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 TxnSigner
Account. getTransactionSigner()
TxnSigner
LogicSigAccount. 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 TxnSigner
MethodCallTransactionBuilder. signer
Methods in com.algorand.algosdk.builder.transaction with parameters of type TxnSigner Modifier and Type Method Description T
MethodCallTransactionBuilder. 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 TxnSigner
MultisigAddress. 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 TxnSigner
MethodCallParams. signer
TxnSigner
TransactionWithSigner. signer
Constructors 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)
-