pub trait HandleHrmpNewChannelOpenRequest {
// Required method
fn handle(
sender: u32,
max_message_size: u32,
max_capacity: u32,
) -> XcmResult;
}
Expand description
Executes logic when a HrmpNewChannelOpenRequest
XCM notification is received.
Required Methods§
Object Safety§
This trait is not object safe.