UNPKG

@kamino-finance/scope-sdk

Version:
9 lines 491 B
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit"; export interface CloseMintMapAccounts { admin: TransactionSigner; configuration: Address; mappings: Address; systemProgram: Address; } export declare function closeMintMap(accounts: CloseMintMapAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>; //# sourceMappingURL=closeMintMap.d.ts.map