Struct StateProofSignature
Assembly: cs.temp.dll.dll
Syntax
public struct StateProofSignature : IEquatable<StateProofSignature>
Properties
FalconSignature
Declaration
public byte[] FalconSignature { get; set; }
Property Value
MerkleArrayIndex
Declaration
public Optional<ulong> MerkleArrayIndex { get; set; }
Property Value
Proof
Declaration
public MerkleArrayProof Proof { get; set; }
Property Value
VerifyingKey
Declaration
public byte[] VerifyingKey { get; set; }
Property Value
Methods
Equals(StateProofSignature)
Declaration
public bool Equals(StateProofSignature other)
Parameters
Returns