TxnFor
Algorand TypeScript / itxn / itxn / TxnFor
TxnFor<
TFields> =TFieldsextends [{submit:TTxn; },...(infer TRest extends [...ItxnParams[]])] ? readonly [TTxn,...TxnFor<TRest>] : []
Defined in: itxn.ts:980
Conditional type which returns the matching InnerTransaction types for a given tuple of ItxnParams types
Type Parameters
Section titled “Type Parameters”TFields
Section titled “TFields”TFields extends [...ItxnParams[]]