package verify import ( "fmt" ) func Main(args []string, optPublicKey, optSignature string, optShardHint uint64) error { return fmt.Errorf("TODO") }