Module json_
patch
sc_
chain_
spec
28.0.0
Module json_
patch
Module Items
Functions
In crate sc_
chain_
spec
Modules
json_patch
Structs
ChainSpecBuilder
Forks
GenericChainSpec
GenesisBlockBuilder
GenesisConfigBuilderRuntimeCaller
Enums
ChainType
Constants
DEV_RUNTIME_PRESET
LOCAL_TESTNET_RUNTIME_PRESET
Traits
BuildGenesisBlock
ChainSpec
Extension
Fork
GetExtension
Group
Functions
construct_genesis_block
get_extension
get_extension_mut
resolve_state_version_from_wasm
set_code_substitute_in_json_chain_spec
update_code_in_json_chain_spec
Type Aliases
NoExtension
Properties
Derive Macros
ChainSpecExtension
ChainSpecGroup
sc_chain_spec
Module
json_patch
Copy item path
Settings
Help
Summary
Source
Expand description
A helper module providing json patching functions.
Functions
§
merge
Recursively merges two JSON objects,
a
and
b
, into a single object.