sendAppCall
sendAppCall(
params):void
Send an app call transaction
Parameters
• params
• params.accounts?: Address[]
• params.applicationArgs?: BytesLike[]
• params.applicationID?: AppID
• params.applications?: AppID[]
• params.approvalProgram?: BytesLike | BytesLike[]
• params.assets?: AssetID[]
• params.clearStateProgram?: BytesLike | BytesLike[]
• params.extraProgramPages?: uint64
• params.fee?: uint64
The fee paid for this transaction
• params.globalNumByteSlice?: uint64
• params.globalNumUint?: uint64
• params.localNumByteSlice?: uint64
• params.localNumUint?: uint64
• params.note?: string
The note field for this transaction
• params.onCompletion?: OnCompletion
• params.rekeyTo?: Address
If set, changes the authAddr of sender to the given address
• params.sender?: Address
The sender of this transaction. This is the account that pays the fee (if non-zero)
Returns
void