@polkadot/jsonrpc
Advanced tools
Changelog
1.6.2 Mar 12, 2020
Changes:
.at()
queries (proper fix in next version)Changelog
1.6.1 Mar 12, 2020
api.rpc.state.queryStorage(...)
now fully decodes the Vec<StorageChangeSet>
and returns a decoded [Hash, Codec[]][]
when using this RPC.Changes:
StorageKey
now has an .args
property, decoded from meta where twox64_concat
or blake128_concat
are used on mapsapi.query.*.*.entries
type conversions to return exact types (not Option
in some cases)api.query.*.*.keys
to retrieve only the storage keys, similar to .entries
Error("...")
when found in responsesderive.eras*
interfaces for queries to new Substrate staking interfacesderive.account
to cater for new indices module storage (detected with fallbacks)api.query.*
[Type, Linkage<Next>]