Search Results for

    Show / Hide Table of Contents

    Struct AppCallTxn.Params

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Params : IEquatable<AppCallTxn.Params>

    Fields

    Accounts

    Declaration
    public Address[] Accounts
    Field Value
    Type Description
    Address[]

    AppArguments

    Declaration
    public CompiledTeal[] AppArguments
    Field Value
    Type Description
    CompiledTeal[]

    ApplicationId

    Declaration
    public AppIndex ApplicationId
    Field Value
    Type Description
    AppIndex

    ApprovalProgram

    Declaration
    public CompiledTeal ApprovalProgram
    Field Value
    Type Description
    CompiledTeal

    ClearStateProgram

    Declaration
    public CompiledTeal ClearStateProgram
    Field Value
    Type Description
    CompiledTeal

    ExtraProgramPages

    Declaration
    public ulong ExtraProgramPages
    Field Value
    Type Description
    UInt64

    ForeignApps

    Declaration
    public ulong[] ForeignApps
    Field Value
    Type Description
    UInt64[]

    ForeignAssets

    Declaration
    public ulong[] ForeignAssets
    Field Value
    Type Description
    UInt64[]

    GlobalStateSchema

    Declaration
    public StateSchema GlobalStateSchema
    Field Value
    Type Description
    StateSchema

    LocalStateSchema

    Declaration
    public StateSchema LocalStateSchema
    Field Value
    Type Description
    StateSchema

    OnComplete

    Declaration
    public OnCompletion OnComplete
    Field Value
    Type Description
    OnCompletion

    Methods

    Equals(AppCallTxn.Params)

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