Build GenesisConfig from a JSON blob not using any defaults and store it in the storage.
This function deserializes the full GenesisConfig from the given JSON blob and puts it into the storage.
If the provided JSON blob is incorrect or incomplete or the deserialization fails, an error is returned.
It is recommended to log any errors encountered during the process.
Please note that provided json blob must contain all GenesisConfig fields, no defaults will be used.
Build
GenesisConfig
from a JSON blob not using any defaults and store it in the storage.This function deserializes the full
GenesisConfig
from the given JSON blob and puts it into the storage. If the provided JSON blob is incorrect or incomplete or the deserialization fails, an error is returned. It is recommended to log any errors encountered during the process.Please note that provided json blob must contain all
GenesisConfig
fields, no defaults will be used.