Skip to content

Commit

Permalink
Stabilize chainSpec-prefixed functions (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Jul 31, 2023
1 parent e607b6c commit 477a97a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
- [chainHead_unstable_unfollow](api/chainHead_unstable_unfollow.md)
- [chainHead_unstable_unpin](api/chainHead_unstable_unpin.md)
- [chainSpec](api/chainSpec.md)
- [chainSpec_unstable_chainName](api/chainSpec_unstable_chainName.md)
- [chainSpec_unstable_genesisHash](api/chainSpec_unstable_genesisHash.md)
- [chainSpec_unstable_properties](api/chainSpec_unstable_properties.md)
- [chainSpec_v1_chainName](api/chainSpec_v1_chainName.md)
- [chainSpec_v1_genesisHash](api/chainSpec_v1_genesisHash.md)
- [chainSpec_v1_properties](api/chainSpec_v1_properties.md)
- [rpc](api/rpc.md)
- [rpc_methods](api/rpc_methods.md)
- [sudo](api/sudo.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# chainSpec_unstable_chainName
# chainSpec_v1_chainName

**Parameters**: *none*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# chainSpec_unstable_genesisHash
# chainSpec_v1_genesisHash

**Parameters**: *none*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# chainSpec_unstable_properties
# chainSpec_v1_properties

**Parameters**: *none*

Expand Down

0 comments on commit 477a97a

Please sign in to comment.