Type Definition xcm::v3::SendResult
source · pub type SendResult<T> = Result<(T, MultiAssets), SendError>;
Expand description
Result value when attempting to send an XCM message.
pub type SendResult<T> = Result<(T, MultiAssets), SendError>;
Result value when attempting to send an XCM message.