Skip to content

Commit

Permalink
Update builders/substrate/libraries/sidecar.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erin Shaben <eshaben@icloud.com>
  • Loading branch information
themacexpert and eshaben committed Sep 24, 2024
1 parent 2d9c4f0 commit ee2adff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/substrate/libraries/sidecar.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ And it should display the network endpoint you have just set.

## Generating the Types Bundle {: #generating-the-types-bundle }

Moonbeam introduces custom types that differ from the standard Substrate types. For API clients like Substrate API Sidecar to properly understand and decode these custom types, you must provide Substrate API Sidecar with the corresponding custom types bundle for the respective network you're interacting with. Generating the custom types bundle and associating it with Substrate API Sidecar is quick.
Moonbeam introduces custom types that differ from the standard Substrate types. For API clients like Substrate API Sidecar to properly understand and decode these custom types, you must provide Substrate API Sidecar with the corresponding custom types bundle for the respective network you're interacting with. Generating and associating the custom types bundle with Substrate API Sidecar is quick.

First, ensure that you installed [Parity's `generate-types-bundle` package](https://github.com/paritytech/generate-type-bundle){target=\_blank}:

Expand Down

0 comments on commit ee2adff

Please sign in to comment.