@omegax/protocol-sdk 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,7 @@
1
1
  import { Connection } from '@solana/web3.js';
2
- import type { ProtocolClient } from './types.js';
2
+ import type { ProtocolClient, ProtocolCycleQuoteFields } from './types.js';
3
3
  export declare const PROTOCOL_PROGRAM_ID = "Bn6eixac1QEEVErGBvBjxAd6pgB9e2q4XHvAkinQ5y1B";
4
+ export declare function buildCycleQuoteMessage(fields: ProtocolCycleQuoteFields): Buffer;
4
5
  export declare function createProtocolClient(connection: Connection, programIdInput: string): ProtocolClient;
5
6
  export declare function derivePoolAddress(params: {
6
7
  programId: string;