Skip to content

Commit

Permalink
Fix: Make SwiftOrderMessageParmas match IDL (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 authored Jan 1, 2025
1 parent e720394 commit 4461699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1108,8 +1108,8 @@ export const DefaultOrderParams: OrderParams = {
export type SwiftOrderParamsMessage = {
swiftOrderParams: OptionalOrderParams;
subAccountId: number;
uuid: Uint8Array;
slot: BN;
uuid: Uint8Array;
takeProfitOrderParams: SwiftTriggerOrderParams | null;
stopLossOrderParams: SwiftTriggerOrderParams | null;
};
Expand Down

0 comments on commit 4461699

Please sign in to comment.