UNPKG

@kamino-finance/farms-sdk

Version:
7 lines 213 B
import { PublicKey } from "@solana/web3.js"; import { UserState } from "../rpc_client/accounts"; export type UserAndKey = { userState: UserState; key: PublicKey; }; //# sourceMappingURL=UserAndKey.d.ts.map