feat: additional serum instructions (#18209)

This commit is contained in:
Josh 2021-06-24 15:12:47 -07:00 committed by GitHub
parent 4b314be5bd
commit 50deba1f10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,8 @@ const SERUM_CODE_LOOKUP: { [key: number]: string } = {
11: "Cancel Order",
12: "Cancel Order By Client Id",
13: "Send Take",
14: "Close Open Orders",
15: "Init Open Orders",
};
export function parseSerumInstructionCode(instruction: TransactionInstruction) {