@kamino-finance/scope-sdk
Version:
Scope Oracle SDK
5 lines • 320 B
TypeScript
import { Address } from '@solana/kit';
export declare const CONFIGURATION_SEED = "conf";
export declare function getConfigurationPda(feedName: String): Promise<Address>;
export declare function getMintsToScopeChainPda(prices: Address, seed: Address, seedId: number): Promise<Address>;
//# sourceMappingURL=seeds.d.ts.map