jbergeron03
Results
2
comments of
jbergeron03
@rustiixx make sure you're passing correctly the options to **transactionBuildRaw**. I think your **mint** attribute is not an array and it should be.
I encountered this issue too, and my solution was quite similar to yours. Here’s an example with the same context: ```typescript export const AccountSchema = z.object({ uid: z.string().uuid(), name: z...