Struct TxnCommitments
TxnCommitments represents the commitments computed from the transactions in the block.
It contains multiple commitments based on different algorithms and hash functions, to support different use cases.
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
[AlgoApiObject("", "", 0)]
public struct TxnCommitments : IEquatable<TxnCommitments>
Properties
NativeSha512_256Commitment
Declaration
public Digest NativeSha512_256Commitment { get; set; }
Property Value
Sha256Commitment
Declaration
public Digest Sha256Commitment { get; set; }
Property Value
Methods
Equals(TxnCommitments)
Declaration
public bool Equals(TxnCommitments other)
Parameters
Returns