CallParams: Expand<
    Omit<AppClientMethodCallParams, "method" | "args" | "onComplete"> & {
        args: Expand<TArgs>;
    },
>

Defines an object containing all relevant parameters for a single call to the contract.

Type Parameters

  • TArgs