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[]
falconSignature
Long
merkleArrayIndex
MerkleArrayProof
proof
byte[]
verifyingKey
-
Constructor Summary
Constructors Constructor Description StateProofSignature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
falconSignature()
void
falconSignature(String base64Encoded)
String
verifyingKey()
void
verifyingKey(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
-
-