Add Xcm sender. (#2489)

* Add Xcm sender.

* Rename XCM sender and add description.

* Update copyright header.

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Shaun Wang
2021-03-02 02:25:55 +13:00
committed by GitHub
parent c4b89e11da
commit 135cce9055
5 changed files with 55 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ pub enum Error {
MultiLocationFull,
FailedToDecode,
BadOrigin,
ExceedsMaxMessageSize,
}
impl From<()> for Error {