Skip to content

Commit

Permalink
update xcm v2 json
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Nov 14, 2024
1 parent 403e978 commit cc90688
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion source/base.go

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions source/xcm/v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type_mapping": [
[
"Null",
"Null"
"empty"
],
[
"Assets",
Expand All @@ -25,139 +25,139 @@
"type_mapping": [
[
"Undefined",
"Null"
"empty"
],
[
"Overflow",
"Null"
"empty"
],
[
"Unimplemented",
"Null"
"empty"
],
[
"UnhandledXcmVersion",
"Null"
"empty"
],
[
"UnhandledXcmMessage",
"Null"
"empty"
],
[
"UnhandledEffect",
"Null"
"empty"
],
[
"EscalationOfPrivilege",
"Null"
"empty"
],
[
"UntrustedReserveLocation",
"Null"
"empty"
],
[
"UntrustedTeleportLocation",
"Null"
"empty"
],
[
"DestinationBufferOverflow",
"Null"
"empty"
],
[
"MultiLocationFull",
"Null"
"empty"
],
[
"MultiLocationNotInvertible",
"Null"
"empty"
],
[
"FailedToDecode",
"Null"
"empty"
],
[
"BadOrigin",
"Null"
"empty"
],
[
"ExceedsMaxMessageSize",
"Null"
"empty"
],
[
"FailedToTransactAsset",
"Null"
"empty"
],
[
"WeightLimitReached",
"Weight"
],
[
"Wildcard",
"Null"
"empty"
],
[
"TooMuchWeightRequired",
"Null"
"empty"
],
[
"NotHoldingFees",
"Null"
"empty"
],
[
"WeightNotComputable",
"Null"
"empty"
],
[
"Barrier",
"Null"
"empty"
],
[
"NotWithdrawable",
"Null"
"empty"
],
[
"LocationCannotHold",
"Null"
"empty"
],
[
"TooExpensive",
"Null"
"empty"
],
[
"AssetNotFound",
"Null"
"empty"
],
[
"DestinationUnsupported",
"Null"
"empty"
],
[
"RecursionLimitReached",
"Null"
"empty"
],
[
"Transport",
"Null"
"empty"
],
[
"Unroutable",
"Null"
"empty"
],
[
"UnknownWeightRequired",
"Null"
"empty"
],
[
"Trap",
"u64"
],
[
"UnknownClaim",
"Null"
"empty"
],
[
"InvalidLocation",
"Null"
"empty"
]
],
"type": "enum"
Expand All @@ -170,7 +170,7 @@
"type_mapping": [
[
"Unlimited",
"Null"
"empty"
],
[
"Limited",
Expand Down Expand Up @@ -227,7 +227,7 @@
],
[
"ClearOrigin",
"Null"
"empty"
],
[
"DescendOrigin",
Expand Down Expand Up @@ -263,11 +263,11 @@
],
[
"BuyExecution",
"[[\"fees\", \"MultiAssetV2\"], [\"weightLimit\", \"WeightLimitV2\"]]"
"[[\"fees\", \"MultiAssetV2\"], [\"weight_limit\", \"WeightLimitV2\"]]"
],
[
"RefundSurplus",
"Null"
"empty"
],
[
"SetErrorHandler",
Expand All @@ -279,7 +279,7 @@
],
[
"ClearError",
"Null"
"empty"
],
[
"ClaimAsset",
Expand Down

0 comments on commit cc90688

Please sign in to comment.