For the complete documentation index, see llms.txt. This page is also available as Markdown.

childstate

Method Name: getKeys

Parameters: childKey - PrefixedStorageKey, prefix - StorageKey, at - Hash

Return Type: Vec<StorageKey>​

  • interface: api.rpc.childstate.getKeys

  • jsonrpc: childstate_getKeys

The getKeys method returns the keys with prefix from a child storage, leave empty to get all the keys for the given parameter childKey, prefix, and at.

Last updated