InsertChain inserts blocks to chain, returns fail index and error
(chain types.Blocks)
| 67 | |
| 68 | // InsertChain inserts blocks to chain, returns fail index and error |
| 69 | InsertChain(chain types.Blocks) (int, error) |
| 70 | } |
| 71 | |
| 72 | // ChainReadWriter includes reader and writer |
no outgoing calls