Search Results for

    Show / Hide Table of Contents

    Struct AtomicTxn.Confirmed

    A Confirmed Atomic Transaction.

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Confirmed

    Constructors

    Confirmed(String[], MethodCallResult[], UInt64)

    Declaration
    public Confirmed(string[] txnIds, MethodCallResult[] results, ulong confirmedRound)
    Parameters
    Type Name Description
    String[] txnIds
    MethodCallResult[] results
    UInt64 confirmedRound

    Properties

    ConfirmedRound

    The round this atomic transaction was confirmed.

    Declaration
    public ulong ConfirmedRound { get; }
    Property Value
    Type Description
    UInt64

    Results

    Results from the ABI method calls.

    Declaration
    public MethodCallResult[] Results { get; }
    Property Value
    Type Description
    MethodCallResult[]

    TxnIds

    The confirmed transaction ids.

    Declaration
    public string[] TxnIds { get; }
    Property Value
    Type Description
    String[]
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾