...s://medium.com/@neyebushlyukh/a-simple-explanation-of-how-smart-collateral-and-smart-debt-work-on-fluid-dex-d6d4d3a51a60)
>- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~
...-magicians.org/t...](https://ethereum-magicians.org/t/a-simple-l2-security-and-finalization-roadmap/23309)
>- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~
...
pub owner: Pubkey,
/// this account's data contains a loaded program (and is now read-only)
pub executable: bool,
/// the epoch at which this account will next owe rent
pub rent_epoch: Epoch,
}
```
* lamports:余额
* data:账户有数据账户和程序账户之分。程序账...