Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rust/src/client_api/client_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,9 @@ pub struct ContractState {
pub subscribers: u32,
/// Peer IDs of nodes that are subscribed to this contract
pub subscriber_peer_ids: Vec<String>,
/// Size of the contract state in bytes
#[serde(default)]
pub size_bytes: u64,
}

#[derive(Serialize, Deserialize, Debug, Clone)]
Expand Down