collateral

This commit is contained in:
Hardhat Chad
2025-06-24 14:37:16 -05:00
parent 8d77aca7c0
commit fdeb2cf82a
13 changed files with 65 additions and 47 deletions

View File

@@ -195,7 +195,7 @@ pub struct DepositEvent {
pub amount: u64,
/// The total amount of ORE this user has deposited as collateral.
pub capacity: u64,
pub collateral: u64,
/// The timestamp of the event.
pub ts: i64,
@@ -217,7 +217,7 @@ pub struct WithdrawEvent {
pub amount: u64,
/// The total amount of ORE this user has deposited as collateral.
pub capacity: u64,
pub collateral: u64,
/// The timestamp of the event.
pub ts: i64,