This commit is contained in:
Sayantan Karmakar 2022-05-15 08:41:49 +05:30
parent 46c1c9a8af
commit 602b518fa0
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ export interface MarketAccounts {
asks: Keypair;
}
/**
* Dex Market
*/
export class DexMarket {
public address: PublicKey;