@kamino-finance/scope-sdk
Version:
Scope Oracle SDK
12 lines • 629 B
TypeScript
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit";
export interface SetAdminCachedArgs {
newAdmin: Address;
feedName: string;
}
export interface SetAdminCachedAccounts {
admin: TransactionSigner;
configuration: Address;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function setAdminCached(args: SetAdminCachedArgs, accounts: SetAdminCachedAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=setAdminCached.d.ts.map