UNPKG

@kamino-finance/kamino-db

Version:
14 lines (13 loc) 384 B
export interface FarmManagementInstructionEntity { id: bigint; raw_instruction_id: bigint; farm_id: number; signer_id: number; token_mint_id: number | null; token_amount: string | null; usd_amount: string | null; reward_index: number | null; config_mode: number | null; details: object | null; } export default FarmManagementInstructionEntity;