Class AppCall
Assembly: Algorand.dll
Syntax
public sealed class AppCall : InnerTransaction
Constructors
|
Edit this page
View Source
AppCall(ulong, ulong, ulong, ulong, ulong, ulong, OnCompleteType, ulong?, ulong?, byte[], byte[], ulong?, ulong?, ulong?, ulong?, AccountReference, ulong?, byte[], byte[], byte[])
Declaration
public AppCall(ulong numAppArgs, ulong numAccounts, ulong numAssets, ulong numApplications, ulong localNumUint, ulong localNumByteSlice, OnCompleteType onCompletion, ulong? globalNumUint = 0, ulong? globalNumByteSlice = 0, byte[] approvalProgram = null, byte[] clearStateProgram = null, ulong? extraProgramPages = 0, ulong? fee = 0, ulong? firstValid = 0, ulong? lastValid = 0, AccountReference sender = null, ulong? txType = 0, byte[] lease = null, byte[] note = null, byte[] rekeyTo = null)
Parameters
Properties
|
Edit this page
View Source
ApplicationID
Declaration
public ulong ApplicationID { get; }
Property Value
|
Edit this page
View Source
ApprovalProgram
Declaration
public byte[] ApprovalProgram { get; }
Property Value
|
Edit this page
View Source
ClearStateProgram
Declaration
public byte[] ClearStateProgram { get; }
Property Value
|
Edit this page
View Source
Declaration
public ulong ExtraProgramPages { get; }
Property Value
|
Edit this page
View Source
GlobalNumByteSlice
Declaration
public ulong GlobalNumByteSlice { get; }
Property Value
|
Edit this page
View Source
GlobalNumUint
Declaration
public ulong GlobalNumUint { get; }
Property Value
|
Edit this page
View Source
LocalNumByteSlice
Declaration
public ulong LocalNumByteSlice { get; }
Property Value
|
Edit this page
View Source
LocalNumUint
Declaration
public ulong LocalNumUint { get; }
Property Value
|
Edit this page
View Source
NumAccounts
Declaration
public ulong NumAccounts { get; }
Property Value
|
Edit this page
View Source
NumAppArgs
Declaration
public ulong NumAppArgs { get; }
Property Value
|
Edit this page
View Source
NumApplications
Declaration
public ulong NumApplications { get; }
Property Value
|
Edit this page
View Source
NumAssets
Declaration
public ulong NumAssets { get; }
Property Value
|
Edit this page
View Source
OnCompletion
Declaration
public ulong OnCompletion { get; }
Property Value