Search Results for

    Show / Hide Table of Contents

    Struct AppCallTxn.Params

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

    Fields

    Accounts

    Declaration
    [AlgoApiField("apat")]
    public Address[] Accounts
    Field Value
    Type Description
    Address[]

    AppArguments

    Declaration
    [AlgoApiField("apaa")]
    public CompiledTeal[] AppArguments
    Field Value
    Type Description
    CompiledTeal[]

    ApplicationId

    Declaration
    [AlgoApiField("apid")]
    public AppIndex ApplicationId
    Field Value
    Type Description
    AppIndex

    ApprovalProgram

    Declaration
    [AlgoApiField("apap")]
    public CompiledTeal ApprovalProgram
    Field Value
    Type Description
    CompiledTeal

    Boxes

    Declaration
    [AlgoApiField("apbx")]
    public BoxRef[] Boxes
    Field Value
    Type Description
    BoxRef[]

    ClearStateProgram

    Declaration
    [AlgoApiField("apsu")]
    public CompiledTeal ClearStateProgram
    Field Value
    Type Description
    CompiledTeal

    ExtraProgramPages

    Declaration
    [AlgoApiField("epp")]
    public ulong ExtraProgramPages
    Field Value
    Type Description
    UInt64

    ForeignApps

    Declaration
    [AlgoApiField("apfa")]
    public ulong[] ForeignApps
    Field Value
    Type Description
    UInt64[]

    ForeignAssets

    Declaration
    [AlgoApiField("apas")]
    public ulong[] ForeignAssets
    Field Value
    Type Description
    UInt64[]

    GlobalStateSchema

    Declaration
    [AlgoApiField("global-state-schema")]
    public StateSchema GlobalStateSchema
    Field Value
    Type Description
    StateSchema

    LocalStateSchema

    Declaration
    [AlgoApiField("local-state-schema")]
    public StateSchema LocalStateSchema
    Field Value
    Type Description
    StateSchema

    OnComplete

    Declaration
    [AlgoApiField("apan")]
    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
    ☀
    ☾