prysm-pulse/sharding/vmc.go

9 lines
218 B
Go
Raw Normal View History

package sharding
func (c *Client) verifyVMC() error {
// TODO: Fetch validator manager contract.
// TODO: Assert that the contract contents/ABI are as expected.
// TODO: Upload VMC if does not exist.
return nil
}