> For the complete documentation index, see [llms.txt](https://docs.projectlarix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectlarix.com/contract/technical-resources/mining.md).

# 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,
> ```
