admin_importChainFromString
The importChainFromString is an administrative method that imports a chain from a RLP-encoded string of blocks into a Kaia node. This only works if there is no existing chain in a Kaia node. This method does not delete any data of the existing chain.
JSONRPC: admin_importChainFromString
Request
Responses
- 200
true if chain was imported, false if not.