Skip to content

TypedApplicationCallResponse

Algorand TypeScript


Algorand TypeScript / arc4 / TypedApplicationCallResponse

TypedApplicationCallResponse<TReturn> = TReturn extends void ? object : object

Defined in: arc4/c2c.ts:64

The response type of a typed application call. Includes the raw itxn result object and the parsed ABI return value if applicable.

TReturn