pub fn parse_chain_metadata(
client: &OnlineClient<SubstrateConfig>,
) -> Result<Vec<Pallet>, Error>Expand description
Parses the chain metadata to extract information about pallets and their dispatchable functions.
ยงArguments
client: The client to interact with the chain.
NOTE: pallets are ordered by their index within the runtime by default.