Search Results for

    Show / Hide Table of Contents

    Struct StateSchema

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

    Properties

    NumByteSlice

    Maximum number of TEAL byte slices that may be stored in the key/value store.

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

    NumUint

    Maximum number of TEAL uints that may be stored in the key/value store.

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

    Methods

    Equals(StateSchema)

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