Struct StateProofFields
Assembly: cs.temp.dll.dll
Syntax
public struct StateProofFields : IEquatable<StateProofFields>
Properties
PartProofs
Declaration
public MerkleArrayProof PartProofs { get; set; }
Property Value
PositionsToReveal
[pr] Sequence of reveal positions.
Declaration
public ulong[] PositionsToReveal { get; set; }
Property Value
Reveals
[r] Note that this is actually stored as a map[uint64] - Reveal in the actual msgp
Declaration
public StateProofReveal[] Reveals { get; set; }
Property Value
SaltVersion
[v] Salt version of the merkle signature.
Declaration
public Optional<ulong> SaltVersion { get; set; }
Property Value
SigCommit
Declaration
public byte[] SigCommit { get; set; }
Property Value
SignedWeight
Declaration
public Optional<ulong> SignedWeight { get; set; }
Property Value
SigProofs
Declaration
public MerkleArrayProof SigProofs { get; set; }
Property Value
Methods
Equals(StateProofFields)
Declaration
public bool Equals(StateProofFields other)
Parameters
Returns