@kamino-finance/scope-sdk
Version:
Scope Oracle SDK
23 lines • 1.57 kB
TypeScript
export { initialize } from "./initialize";
export type { InitializeArgs, InitializeAccounts } from "./initialize";
export { refreshPriceList } from "./refreshPriceList";
export type { RefreshPriceListArgs, RefreshPriceListAccounts, } from "./refreshPriceList";
export { refreshChainlinkPrice } from "./refreshChainlinkPrice";
export type { RefreshChainlinkPriceArgs, RefreshChainlinkPriceAccounts, } from "./refreshChainlinkPrice";
export { refreshPythLazerPrice } from "./refreshPythLazerPrice";
export type { RefreshPythLazerPriceArgs, RefreshPythLazerPriceAccounts, } from "./refreshPythLazerPrice";
export { updateMapping } from "./updateMapping";
export type { UpdateMappingArgs, UpdateMappingAccounts } from "./updateMapping";
export { resetTwap } from "./resetTwap";
export type { ResetTwapArgs, ResetTwapAccounts } from "./resetTwap";
export { updateTokenMetadata } from "./updateTokenMetadata";
export type { UpdateTokenMetadataArgs, UpdateTokenMetadataAccounts, } from "./updateTokenMetadata";
export { setAdminCached } from "./setAdminCached";
export type { SetAdminCachedArgs, SetAdminCachedAccounts, } from "./setAdminCached";
export { approveAdminCached } from "./approveAdminCached";
export type { ApproveAdminCachedArgs, ApproveAdminCachedAccounts, } from "./approveAdminCached";
export { createMintMap } from "./createMintMap";
export type { CreateMintMapArgs, CreateMintMapAccounts } from "./createMintMap";
export { closeMintMap } from "./closeMintMap";
export type { CloseMintMapAccounts } from "./closeMintMap";
//# sourceMappingURL=index.d.ts.map