UNPKG

@kamino-finance/scope-sdk

Version:
13 lines 669 B
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit"; import BN from "bn.js"; export interface WithdrawFromTopupArgs { amount: BN; } export interface WithdrawFromTopupAccounts { adminAuthority: TransactionSigner; topupVault: Address; system: Address; } export declare const layout: import("buffer-layout").Layout<unknown>; export declare function withdrawFromTopup(args: WithdrawFromTopupArgs, accounts: WithdrawFromTopupAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>; //# sourceMappingURL=withdrawFromTopup.d.ts.map