UNPKG

stocksim

Version:

a simple stock market simulator

6 lines 323 B
export declare class MockUserAction { static BuyShares(n: number, sym: string, userId: string): Promise<boolean>; static SellShares(n: number, sym: string, userId: string): Promise<boolean>; static SellAllShares(sym: string, userId: string): Promise<boolean>; } //# sourceMappingURL=MockUserAction.d.ts.map