@kamino-finance/scope-sdk
Version:
Scope Oracle SDK
13 lines • 684 B
TypeScript
export { Custody } from "./Custody";
export type { CustodyFields, CustodyJSON } from "./Custody";
export { TestOracle } from "./TestOracle";
export type { TestOracleFields, TestOracleJSON } from "./TestOracle";
export { Perpetuals } from "./Perpetuals";
export type { PerpetualsFields, PerpetualsJSON } from "./Perpetuals";
export { Pool } from "./Pool";
export type { PoolFields, PoolJSON } from "./Pool";
export { PositionRequest } from "./PositionRequest";
export type { PositionRequestFields, PositionRequestJSON, } from "./PositionRequest";
export { Position } from "./Position";
export type { PositionFields, PositionJSON } from "./Position";
//# sourceMappingURL=index.d.ts.map