@kamino-finance/scope-sdk
Version:
Scope Oracle SDK
15 lines • 684 B
TypeScript
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit";
import BN from "bn.js";
export interface ResetTwapArgs {
token: BN;
feedName: string;
}
export interface ResetTwapAccounts {
admin: TransactionSigner;
configuration: Address;
oracleTwaps: Address;
instructionSysvarAccountInfo: Address;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function resetTwap(args: ResetTwapArgs, accounts: ResetTwapAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=resetTwap.d.ts.map