Uses of Class
com.algorand.algosdk.crypto.MerkleVerifier
-
Packages that use MerkleVerifier Package Description com.algorand.algosdk.builder.transaction com.algorand.algosdk.transaction -
-
Uses of MerkleVerifier in com.algorand.algosdk.builder.transaction
Fields in com.algorand.algosdk.builder.transaction declared as MerkleVerifier Modifier and Type Field Description protected MerkleVerifier
KeyRegistrationTransactionBuilder. stateProofPk
Methods in com.algorand.algosdk.builder.transaction with parameters of type MerkleVerifier Modifier and Type Method Description T
KeyRegistrationTransactionBuilder. stateProofKey(MerkleVerifier stprf)
Set the stateProofKey value. -
Uses of MerkleVerifier in com.algorand.algosdk.transaction
Fields in com.algorand.algosdk.transaction declared as MerkleVerifier Modifier and Type Field Description MerkleVerifier
Transaction. stateProofKey
-