pub trait HandleHrmpChannelAccepted {
// Required method
fn handle(recipient: u32) -> XcmResult;
}
Expand description
Executes optional logic when a HrmpChannelAccepted
XCM notification is received.
Required Methods§
Object Safety§
This trait is not object safe.