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
Hi folks, I'm trying to write a client that issues CancelOrder transactions and it seems that program hasn't been implemented yet. Is that correct? If so, I'd be happy to propose a PR with it.
To clarify, the problem I'm trying to solve is that I can't create a solana.NewTransaction() with a InstructionCancelOrder{} because the latter doesn't fully implement solana.Instruction. It seems that "fully" implementing CancelOrder similarly to what's done in programs/system/CreateAccount.go for example, would solve that.
The text was updated successfully, but these errors were encountered:
Hi folks, I'm trying to write a client that issues CancelOrder transactions and it seems that program hasn't been implemented yet. Is that correct? If so, I'd be happy to propose a PR with it.
To clarify, the problem I'm trying to solve is that I can't create a
solana.NewTransaction()
with aInstructionCancelOrder{}
because the latter doesn't fully implementsolana.Instruction
. It seems that "fully" implementing CancelOrder similarly to what's done inprograms/system/CreateAccount.go
for example, would solve that.The text was updated successfully, but these errors were encountered: