@substrate/api-sidecar
Advanced tools
Changelog
9.0.0 (2021-07-20)
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
The documentation
field under each item in the items
field will now be docs
.
/pallets/{palletId}/storage/{storageItemId}
The documentation
field under each item in the items
field will now be docs
.
/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.