mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 04:24:05 +00:00
74732a23fe
* move json-rpc specific marshalling to rpc * serialize Epoch/Slot with cast to avoid Defect * avoid a few eth1 deps * simplify imports
8 lines
193 B
Nim
8 lines
193 B
Nim
import
|
|
callsigs_types
|
|
|
|
export callsigs_types
|
|
|
|
proc get_v1_debug_beacon_states_stateId(stateId: string): BeaconState
|
|
proc get_v1_debug_beacon_heads(): seq[tuple[root: Eth2Digest, slot: Slot]]
|