Skip to content

Commit

Permalink
export OpenOrder type
Browse files Browse the repository at this point in the history
  • Loading branch information
riordanp committed May 15, 2024
1 parent 1da1ac4 commit dec8b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export type BookSideAccount = IdlAccounts<OpenbookV2>['bookSide'];
export type AnyNode = IdlTypes<OpenbookV2>['AnyNode'];
export type InnerNode = IdlTypes<OpenbookV2>['InnerNode'];
export type LeafNode = IdlTypes<OpenbookV2>['LeafNode'];
export type OpenOrder = IdlTypes<OpenbookV2>['OpenOrder'];

export interface OpenBookClientOptions {
idsSource?: IdsSource;
Expand Down

0 comments on commit dec8b6a

Please sign in to comment.