Struct StateProofSignature
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct StateProofSignature : IEquatable<StateProofSignature>
Properties
FalconSignature
Declaration
[AlgoApiField("falcon-signature")]
public byte[] FalconSignature { get; set; }
Property Value
MerkleArrayIndex
Declaration
[AlgoApiField("merkle-array-index")]
public Optional<ulong> MerkleArrayIndex { get; set; }
Property Value
Proof
Declaration
[AlgoApiField("proof")]
public MerkleArrayProof Proof { get; set; }
Property Value
VerifyingKey
Declaration
[AlgoApiField("verifying-key")]
public byte[] VerifyingKey { get; set; }
Property Value
Methods
Equals(StateProofSignature)
Declaration
public bool Equals(StateProofSignature other)
Parameters
Returns