UNPKG

@kamino-finance/kamino-db

Version:
20 lines (19 loc) 477 B
export type RewardKlendEntity = { id: bigint; deposit_klend_reserve_id: number | null; borrow_klend_reserve_id: number | null; owner_id: number; points_source_id: number; token_mint_id: number; created_on: Date; updated_on: Date; tokens_earned: string; tokens_per_second: string; base_apy: string; boosted_apy: string; max_apy: string; staking_boost: string; effective_staking_boost: string; usd_amount: string; usd_amount_boosted: string; };