Algorand TypeScript
    Preparing search index...

    Type Alias AbiCallResponse<TMethod>

    AbiCallResponse: TMethod extends InstanceMethod<
        Contract,
        infer TParams,
        infer TResult,
    >
        ? TypedApplicationCallResponse<TResult>
        : TypedApplicationCallResponse<unknown>

    Type Parameters

    • TMethod