Search Results for

    Show / Hide Table of Contents

    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.

    Namespace: Algorand.Unity
    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
    Type Description
    Digest

    Sha256Commitment

    Declaration
    public Digest Sha256Commitment { get; set; }
    Property Value
    Type Description
    Digest

    Methods

    Equals(TxnCommitments)

    Declaration
    public bool Equals(TxnCommitments other)
    Parameters
    Type Name Description
    TxnCommitments other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾