Closed SpaceMonkeyForever closed 2 years ago
I needed to expose the rpc item so I can create lower level objects e.g. Transaction and TransactionInstruction. This makes it easier to combine anchorpy calls with other Solana calls in the same Solana TX.
Is there a reason you need this instead of program.instruction and program.transaction?
program.instruction
program.transaction
my bad, don't know how I didn't see that. Thank you! that makes my code simpler
I needed to expose the rpc item so I can create lower level objects e.g. Transaction and TransactionInstruction. This makes it easier to combine anchorpy calls with other Solana calls in the same Solana TX.