Algorand TypeScript
    Preparing search index...

    Type Alias TypedApplicationArg<TArg>

    TypedApplicationArg: TArg extends Transaction ? GtxnToItxnFields<TArg> : TArg

    Conditional type which given an application argument, returns the input type for that argument.

    The input type will usually be the original type apart from group transactions which will be substituted with their equivalent inner transaction type.

    Type Parameters

    • TArg