Type Definition cumulus_primitives_core::SendResult
pub type SendResult<T> = Result<(T, MultiAssets), SendError>;
Expand description
Result value when attempting to send an XCM message.
);document.write();}})();
pub type SendResult<T> = Result<(T, MultiAssets), SendError>;
Result value when attempting to send an XCM message.