UNPKG

@kamino-finance/farms-sdk

Version:
7 lines 209 B
import { Address } from "@solana/kit"; import { UserState } from "../@codegen/farms/accounts"; export type UserAndKey = { userState: UserState; key: Address; }; //# sourceMappingURL=UserAndKey.d.ts.map