Search Results for

    Show / Hide Table of Contents

    Struct AccountResponse

    AccountResponse wraps the Account type in a response.

    Implements
    IWrappedValue<Account>
    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    [AlgoApiFormatter(typeof(WrappedValueFormatter<AccountResponse, Account>), "", "", 0)]
    public struct AccountResponse : IEquatable<AccountResponse>, IWrappedValue<Account>

    Constructors

    AccountResponse(Account)

    Declaration
    public AccountResponse(Account value)
    Parameters
    Type Name Description
    Account value

    Properties

    Account

    Declaration
    public Account Account { get; }
    Property Value
    Type Description
    Account

    WrappedValue

    Declaration
    public Account WrappedValue { get; set; }
    Property Value
    Type Description
    Account

    Methods

    Equals(AccountResponse)

    Declaration
    public bool Equals(AccountResponse other)
    Parameters
    Type Name Description
    AccountResponse other
    Returns
    Type Description
    Boolean

    Operators

    Implicit(Account to AccountResponse)

    Declaration
    public static implicit operator AccountResponse(Account value)
    Parameters
    Type Name Description
    Account value
    Returns
    Type Description
    AccountResponse

    Implicit(AccountResponse to Account)

    Declaration
    public static implicit operator Account(AccountResponse wrapper)
    Parameters
    Type Name Description
    AccountResponse wrapper
    Returns
    Type Description
    Account

    Implements

    IWrappedValue<T>
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾