Type Alias: TransactionObjectArgument
type TransactionObjectArgument =
| Exclude<InferInput<typeof Argument>, {
Input: unknown;
type?: "pure";
}>
| (tx) => Exclude<InferInput<typeof Argument>, {
Input: unknown;
type?: "pure";
}>;
type TransactionObjectArgument =
| Exclude<InferInput<typeof Argument>, {
Input: unknown;
type?: "pure";
}>
| (tx) => Exclude<InferInput<typeof Argument>, {
Input: unknown;
type?: "pure";
}>;