nimbus-eth1/fluffy/rpc/rpc_calls/rpc_portal_debug_calls.nim

6 lines
315 B
Nim

## Portal History Network json-rpc debug & testing calls
proc portal_history_store(contentKey: string, content: string): bool
proc portal_history_storeContent(dataFile: string): bool
proc portal_history_propagate(dataFile: string): bool
proc portal_history_propagateBlock(dataFile: string, blockHash: string): bool