Search Results for

    Show / Hide Table of Contents

    Struct AccountStateDelta

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    [Serializable]
    public struct AccountStateDelta : IEquatable<AccountStateDelta>

    Properties

    Address

    Declaration
    [AlgoApiField("address")]
    public string Address { get; set; }
    Property Value
    Type Description
    String

    Delta

    Declaration
    [AlgoApiField("delta")]
    public StateDelta Delta { get; set; }
    Property Value
    Type Description
    StateDelta

    Methods

    Equals(AccountStateDelta)

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