# Mining

#### pub struct Mining

* description: Mining
* variable:&#x20;

> ```rust
> pub version: u8,
> pub last_update: LastUpdate,
> pub owner: Pubkey,
> pub lending_market: Pubkey,
> pub reserves: Vec<Pubkey>,
> pub un_coll_l_token_amounts: Vec<u64>,
> pub l_token_mining_indices: Vec<Decimal>,
> pub borrow_mining_indices: Vec<Decimal>,
> pub unclaimed_mine: u64,
> ```
