Uses of Class
com.algorand.algosdk.v2.client.algod.GetTransactionProof
-
Packages that use GetTransactionProof Package Description com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.common -
-
Uses of GetTransactionProof in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return GetTransactionProof Modifier and Type Method Description GetTransactionProofGetTransactionProof. hashtype(Enums.Hashtype hashtype)The type of hash function used to create the proof, must be one of: sha512_256 sha256 -
Uses of GetTransactionProof in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return GetTransactionProof Modifier and Type Method Description GetTransactionProofAlgodClient. GetTransactionProof(Long round, String txid)Get a proof for a transaction in a block.
-