mango-v4/ts/client/src/types.ts

7 lines
127 B
TypeScript
Raw Normal View History

import { BN } from '@project-serum/anchor';
export class MarginTradeWithdraw {
static index: number;
static amount: BN;
}