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 Digest
TransactionParametersBuilder. genesisHash
protected Digest
TransactionBuilder. group
Methods in com.algorand.algosdk.builder.transaction with parameters of type Digest Modifier and Type Method Description T
TransactionParametersBuilder. genesisHash(Digest genesisHash)
Set the genesisHash field.T
TransactionBuilder. 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 Digest
MethodCallParams. genesisHash
Digest
Transaction. genesisHash
Digest
Transaction. group
Methods in com.algorand.algosdk.transaction that return Digest Modifier and Type Method Description static Digest
TxGroup. computeGroupID(Transaction... txns)
Compute group ID for a group of unsigned transactionsDigest
Transaction. rawTxID()
Return transaction ID as DigestMethods in com.algorand.algosdk.transaction with parameters of type Digest Modifier and Type Method Description void
Transaction. 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)
-