Interface ITxnCommitments
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public interface ITxnCommitmentsProperties
NativeSha512_256Commitment
Root of transaction merkle tree using SHA512_256 hash function. This commitment is computed based on the PaysetCommit type specified in the block's consensus protocol.
Declaration
Digest NativeSha512_256Commitment { get; set; }Property Value
| Type | Description | 
|---|---|
| Digest | 
Sha256Commitment
Root of transaction vector commitment merkle tree using SHA256 hash function.
Declaration
Digest Sha256Commitment { get; set; }Property Value
| Type | Description | 
|---|---|
| Digest |