Skip to main content

diff_register_resource

Function diff_register_resource 

Source
pub fn diff_register_resource(
    state: &impl McpStateView,
    sender: AccountId,
    intent: &McpIntent,
    timestamp: u64,
) -> Result<StateDiff, String>
Expand description

Compute the StateDiff for RegisterMcpResource. Deploys a resource cell and registers it in the McpRegistry.