mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 03:01:19 +00:00
8 lines
120 B
Go
8 lines
120 B
Go
|
package params
|
||
|
|
||
|
import "github.com/ethereum/go-ethereum/common"
|
||
|
|
||
|
type ShardConfig struct {
|
||
|
SMCAddress common.Address
|
||
|
}
|