Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JumpCrypto/sol-arc
/ ComponentModified
Class
ComponentModified
programs/core-ds/src/event.rs:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
#[event]
32
pub struct ComponentModified{
33
pub entity: Pubkey,
34
pub components: Vec<Pubkey>
35
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected