UNPKG

@kamino-finance/scope-sdk

Version:
16 lines 738 B
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit"; import * as types from "../types"; export interface TestInitArgs { params: types.TestInitParamsFields; } export interface TestInitAccounts { upgradeAuthority: TransactionSigner; admin: Address; transferAuthority: Address; perpetuals: Address; systemProgram: Address; tokenProgram: Address; } export declare const layout: import("buffer-layout").Layout<unknown>; export declare function testInit(args: TestInitArgs, accounts: TestInitAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>; //# sourceMappingURL=testInit.d.ts.map