Class StateProofSignature
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.StateProofSignature
-
public class StateProofSignature extends PathResponse
-
-
Field Summary
Fields Modifier and Type Field Description byte[]falconSignatureLongmerkleArrayIndexMerkleArrayProofproofbyte[]verifyingKey
-
Constructor Summary
Constructors Constructor Description StateProofSignature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringfalconSignature()voidfalconSignature(String base64Encoded)StringverifyingKey()voidverifyingKey(String base64Encoded)(vkey)-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
falconSignature
public byte[] falconSignature
-
merkleArrayIndex
public Long merkleArrayIndex
-
proof
public MerkleArrayProof proof
-
verifyingKey
public byte[] verifyingKey
-
-