⚠ BREAKING CHANGES
To reflect changes in @polkadot/api@5.1.1
changes have been made to 2 of the endpoints specifically, and 1 implicitly (#616) (7942cd3).
-
/pallets/{palletId}/storage
Thedocumentation
field under each item in theitems
field will now bedocs
. -
/pallets/{palletId}/storage/{storageItemId}
Thedocumentation
field under each item in theitems
field will now bedocs
. -
/runtime/metadata
Similar to the above the metadata returned here just follows the most up to date metadata in polkadot-js so this route will
implicitly have the same result as above.