Skip to content

Commit

Permalink
Add EndOfEpochData::epoch_supply_change field
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars authored Oct 17, 2024
1 parent be2b0fc commit 308e080
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/iota-rust-sdk/src/types/checkpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ pub struct EndOfEpochData {

/// Commitments to epoch specific state (e.g. live object set)
pub epoch_commitments: Vec<CheckpointCommitment>,

/// The number of tokens that were minted (if positive) or burnt (if
/// negative) in this epoch.
pub epoch_supply_change: i64,
}

#[derive(Clone, Debug, PartialEq, Eq)]
Expand Down

0 comments on commit 308e080

Please sign in to comment.