You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been highlighted to me that some people might want to use transaction pipes without schema matching to be able to get an array of decoded instructions out of a transaction update.
To achieve this:
We will add more context to the transaction processors input type by passing an array of decoded instructions.
We will make schemas optional when creating transaction pipes and make the matched schema data optional in the processor's input type.
The text was updated successfully, but these errors were encountered:
It's been highlighted to me that some people might want to use transaction pipes without schema matching to be able to get an array of decoded instructions out of a transaction update.
To achieve this:
The text was updated successfully, but these errors were encountered: