Search Results for

    Show / Hide Table of Contents

    Struct ApplicationStateSchema

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

    Properties

    NumByteSlice

    [nbs] num of byte slices.

    Declaration
    [AlgoApiField("num-byte-slice")]
    public ulong NumByteSlice { get; set; }
    Property Value
    Type Description
    UInt64

    NumUint

    [nui] num of uints.

    Declaration
    [AlgoApiField("num-uint")]
    public ulong NumUint { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(ApplicationStateSchema)

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