UNPKG

@mihalex/farms-sdk-tests

Version:
7 lines (6 loc) 325 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface UpdateGlobalConfigAdminAccounts { pendingGlobalAdmin: PublicKey; globalConfig: PublicKey; } export declare function updateGlobalConfigAdmin(accounts: UpdateGlobalConfigAdminAccounts, programId?: PublicKey): TransactionInstruction;