mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-19 08:14:15 +00:00
9 lines
218 B
Go
9 lines
218 B
Go
|
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
|
||
|
}
|