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

5 lines
257 B
Nim
Raw Normal View History

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