Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ interface AppOnChainTransactionParams extends CommonOnChainTransactionParams {
/** The number of assets in the foreign assets array */
numAssets: uint64;
/** The number of applications in the foreign applications array */
numApplicatons: uint64;
numApplications: uint64;
/** The number of logs emitted by this application call */
numLogs: uint64;
/** The number of pages used by the approval program */
Expand Down
Loading