AcalaNetwork / parachain-utilities

A set of tools to improve the life quality of parachain developers.
parachain-utilities.vercel.app
7 stars 5 forks source link

xcm in block seems not correct #12

Open yrong opened 2 years ago

yrong commented 2 years ago

image

block 1161082

eliasmpw commented 2 years ago

Screen Shot 2022-02-06 at 9 19 40 PM Hi, this is the message:

0x000210000400010200411f06080081000f0080548ce4d1420a1300010200411f06080081000f0080548ce4d142010300286bee0d010004000101000ad8516cbee7751114909ea4199c27ec84911bbc85c01449c3b418a754f91e69

And using api.createType('XcmVersionedXcm', message) it is decoded to

{"v0":{"teleportAsset":{"assets":[{"none":null},{"allAbstractFungible":{"id":"0x"}},{"all":null},{"allFungible":null}],"effects":[]}}}

If this is not correct, could you please give me some hints on what would be the correct xcm message content? Thanks