Search Results for

    Show / Hide Table of Contents

    Class ExcludeAccountFieldsExtensions

    Inheritance
    Object
    ExcludeAccountFieldsExtensions
    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public static class ExcludeAccountFieldsExtensions

    Fields

    AllFixedString

    Declaration
    public static readonly FixedString32Bytes AllFixedString
    Field Value
    Type Description
    FixedString32Bytes

    AllString

    Declaration
    public const string AllString = "all"
    Field Value
    Type Description
    String

    AppsLocalStateFixedString

    Declaration
    public static readonly FixedString32Bytes AppsLocalStateFixedString
    Field Value
    Type Description
    FixedString32Bytes

    AppsLocalStateString

    Declaration
    public const string AppsLocalStateString = "apps-local-state"
    Field Value
    Type Description
    String

    AssetsFixedString

    Declaration
    public static readonly FixedString32Bytes AssetsFixedString
    Field Value
    Type Description
    FixedString32Bytes

    AssetsString

    Declaration
    public const string AssetsString = "assets"
    Field Value
    Type Description
    String

    CreatedAppsFixedString

    Declaration
    public static readonly FixedString32Bytes CreatedAppsFixedString
    Field Value
    Type Description
    FixedString32Bytes

    CreatedAppsString

    Declaration
    public const string CreatedAppsString = "created-apps"
    Field Value
    Type Description
    String

    CreatedAssetsFixedString

    Declaration
    public static readonly FixedString32Bytes CreatedAssetsFixedString
    Field Value
    Type Description
    FixedString32Bytes

    CreatedAssetsString

    Declaration
    public const string CreatedAssetsString = "created-assets"
    Field Value
    Type Description
    String

    NoneFixedString

    Declaration
    public static readonly FixedString32Bytes NoneFixedString
    Field Value
    Type Description
    FixedString32Bytes

    NoneString

    Declaration
    public const string NoneString = "none"
    Field Value
    Type Description
    String

    Methods

    ToFixedString(ExcludeAccountFields)

    Declaration
    public static FixedString128Bytes ToFixedString(this ExcludeAccountFields exclude)
    Parameters
    Type Name Description
    ExcludeAccountFields exclude
    Returns
    Type Description
    FixedString128Bytes

    ToOptionalFixedString(ExcludeAccountFields)

    Declaration
    public static Optional<FixedString128Bytes> ToOptionalFixedString(this ExcludeAccountFields exclude)
    Parameters
    Type Name Description
    ExcludeAccountFields exclude
    Returns
    Type Description
    Optional<FixedString128Bytes>
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾