Uses of Class
com.algorand.algosdk.crypto.Digest
-
Packages that use Digest Package Description com.algorand.algosdk.builder.transaction com.algorand.algosdk.transaction -
-
Uses of Digest in com.algorand.algosdk.builder.transaction
Fields in com.algorand.algosdk.builder.transaction declared as Digest Modifier and Type Field Description protected DigestTransactionParametersBuilder. genesisHashprotected DigestTransactionBuilder. groupMethods in com.algorand.algosdk.builder.transaction with parameters of type Digest Modifier and Type Method Description TTransactionParametersBuilder. genesisHash(Digest genesisHash)Set the genesisHash field.TTransactionBuilder. group(Digest group)Set the group field. -
Uses of Digest in com.algorand.algosdk.transaction
Fields in com.algorand.algosdk.transaction declared as Digest Modifier and Type Field Description DigestMethodCallParams. genesisHashDigestTransaction. genesisHashDigestTransaction. groupMethods in com.algorand.algosdk.transaction that return Digest Modifier and Type Method Description static DigestTxGroup. computeGroupID(Transaction... txns)Compute group ID for a group of unsigned transactionsDigestTransaction. rawTxID()Return transaction ID as DigestMethods in com.algorand.algosdk.transaction with parameters of type Digest Modifier and Type Method Description voidTransaction. assignGroupID(Digest gid)Constructors in com.algorand.algosdk.transaction with parameters of type Digest 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)
-