UNPKG
@chainsafe/eth2.0-config
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
Chain configuration required for eth2.0
github.com/ChainSafe/lodestar
ChainSafe/lodestar
@chainsafe/eth2.0-config
/
lib
/
interface.d.ts
7 lines
(6 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IBeaconParams
}
from
"@chainsafe/eth2.0-params"
;
import
{
IBeaconSSZTypes
}
from
"@chainsafe/eth2.0-types"
;
export
interface
IBeaconConfig
{
params
:
IBeaconParams
;
types
:
IBeaconSSZTypes
; }