Definition 154 is mistaken
Opened this issue · 0 comments
josepot commented
There are a few issues with definition 154:
- The link to the "external SS58 address format" is broken.
- The reference to SS58 address format is IMO completely unnecessary, as the SS58 format is just a possible representation of the bytes of the address. In other words, the SS58 format is just derived from the bytes of the address, the only thing that's relevant are the actual bytes.
- Since transaction version 2 the address is in fact a
MultiAddress
. Therefore,Ai
is not a 32 bytes address but rather a multi-address variant which should be properly defined.